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)
-   -   Searchbox: How can I change the background color? (http://forum.bytesforall.com/showthread.php?t=9762)

Bela Sep 19, 2010 07:45 PM

Searchbox: How can I change the background color?
 
Hey,

I'd like to change the color of the textfield (search box).

I added in "Header Area" --> Style & edit HEADER area --> Search box

color: #00C609;
background: #00C609;

However, the result is that not the textfield itself changes but only the canvas around the textfield.

Does anyone have an idea?

Thx

juggledad Sep 20, 2010 07:18 AM

add
HTML Code:

.searchbox-form input {color: #00ffff;}
to the CSS Inserts - you might want to use a different color

Bela Sep 20, 2010 08:06 AM

Thanks for your advice.

However, this only changes the font color. How can I change the color of the textfield itself? I'd like to change it to black and use a white font color.

juggledad Sep 20, 2010 08:41 AM

so just add 'background' syntax to it. take a look at w3schools.com/css for the full syntax


All times are GMT -6. The time now is 05:49 PM.

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