bsaul 1 Report post Posted July 22, 2012 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 389 Report post Posted July 22, 2012 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 1 Report post Posted July 22, 2012 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 547 Report post Posted July 22, 2012 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 1 Report post Posted July 23, 2012 But I want it to be black... Thanks, though Share this post Link to post Share on other sites
catrina 103 Report post Posted July 23, 2012 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 1 Report post Posted August 9, 2012 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
catrina 103 Report post Posted August 9, 2012 Hm, strange! 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
Jenny 33 Report post Posted August 9, 2012 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 1 Report post Posted August 10, 2012 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