Jump to content
Sign in to follow this  
bsaul

How to change color of Search field font

Recommended Posts

bsaul

I've changed the style and the wording, but when I add: color: #000000; it does not change the color of the font for "Search & Enter" within the search box. Any guidance appreciated...

Share this post


Link to post
Share on other sites
batman

You can try add in PageLines > Site Options > Custom Code > CSS Rules

.searchform .searchfield {color:red;}

change red color as you like


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
bsaul

Thanks Batman but that did not work, sadly. From what I can see, it should, but it remains grey.

Share this post


Link to post
Share on other sites
Rob

You currently have:

.searchform .searchfield {
	    color: black;
	}
Add to Dashboard > PageLines > Site Options > Custom Code under CSS Rules the following:
.searchform .searchfield {
	    color: red;
	}


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
bsaul

But I want it to be black... Thanks, though

Share this post


Link to post
Share on other sites
catrina

I'm looking at your site right now and the text in the search field is already black.


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
bsaul

It is in Firefox for me, but not in Chrome. Will just tell the client it's not possible.

Share this post


Link to post
Share on other sites
Jenny

I see what you're talking about in Chrome. I have looked all through the CSS and I don't see how to change it. It must be some sort of inactive color effect because when you type in the box, the text is black (on Chrome). Hopefully you are able to convince your client that it displays that way to prompt a customer action. :)


Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites
bsaul

LOL well I've told her that everything has been tried. The code will be somewhere but darned if I can find it. Oh well - one of those things... Thanks for trying too, Jenny

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×