Forums / Templates, Stylesheets, Page Layout / Black background - = Black Search bar

Black background - = Black Search bar

Results 1 to 4 of 4
20 Apr 2012, 01:07
#1
petleyj avatar

petleyj

Zen Follower

Join Date:
Jul 2009
Posts:
122
Plugin Contributions:
0

Black background - = Black Search bar

Hi Guys.

I have a website with a black background. When you go to search for something the box is black and the text is also black.

Is there anyway of changing it so either the box or the text is white?

Thanks.

Site is: http://gothicbrides.co.uk

James
20 Apr 2012, 01:13
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Posts:
6,171
Plugin Contributions:
0

Re: Black background - = Black Search bar

edit this please:

includes/templates/pinkywinky/css/stylesheet.css

input:focus, select:focus, textarea:focus {
background: none repeat scroll 0% 0% #000000;
}


The highlighted red font above is your fix ...
I would delete all these declarations for the fix ..
20 Apr 2012, 11:46
#3
petleyj avatar

petleyj

Zen Follower

Join Date:
Jul 2009
Posts:
122
Plugin Contributions:
0

Re: Black background - = Black Search bar

haredo:

edit this please:

includes/templates/pinkywinky/css/stylesheet.css



The highlighted red font above is your fix ...
I would delete all these declarations for the fix ..


Brilliant! Thanks for that! Solved the issue.

Many thanks.

James
20 Apr 2012, 13:18
#4
petleyj avatar

petleyj

Zen Follower

Join Date:
Jul 2009
Posts:
122
Plugin Contributions:
0

Re: Black background - = Black Search bar

Also... Im having an issue regarding the following:

Text colour for example.. Areas like contact us - or shipping options ect... - Headers.

Special Instructions or Comments About Your Order - is in black. How do I change it to white.

Thanks.