Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Search Box font colour being overwritten? (http://forum.bytesforall.com/showthread.php?t=6158)

Misa Mar 5, 2010 08:05 AM

[SOLVED] Search Box font colour being overwritten?
 
Hello folks,

Trying to figure out where I'm going wrong! Wondering if someone could point me in the right direction...

So, I'm trying to get the search box font colour to display as #8596CC. This is what I've got in the Configure Header Area > Search Box:

Code:

color: #8596CC;
font-weight: bold;
border: 0;
width: 200px;
margin: 0;
padding: 0;

and this is what I've got under the Style Forms > Form Field: Style:

Code:

font-weight: bold;
color: #8596CC;
border-top: solid 3px #8596CC;
border-left: solid 3px #8596CC;
border-right: solid 1px #8596CC;
border-bottom: solid 1px #8596CC;

It's displaying the font in bold, it's just not using the correct colour. It's pulling the colour from the change I made under Overall Style and Config. > Body, Text & Links:

Code:

font-family: arial, tahoma, arial, sans-serif;
font-size: 0.8em;
color: #585858;
background: #ffffff;

Is there any way to get it to not override the colour change I specify in the Search Box styling? Or did I do something wrong? Thanks in advance!

juggledad Mar 5, 2010 10:44 AM

the option ATO->Style & edit HEADER AREA->Search box is for styling the actual search box. If you want to style the text inside teh box you will have to use a CSS Insert like:
HTML Code:

div.searchbox-form input {
        color: #00ffff ;
        font-weight: bold;
        }


Misa Mar 5, 2010 10:52 AM

Thanks so much, Juggledad ... worked a treat. :)


All times are GMT -6. The time now is 12:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.