I have all my text set to white as, but this then changes all my Text in drop down boxes to white as well, how can I change all Drop down Box text to Black so you can see them?
Many thanks
I have all my text set to white as, but this then changes all my Text in drop down boxes to white as well, how can I change all Drop down Box text to Black so you can see them?
Many thanks
You could add this to your stylesheet:
SELECT {color: #000;}
Add it to the bottom of the stylesheet. If it doesn't work, we'll need to see your site.
Are you using the CSS horizontal drop down menu? If so, the stylesheet for it is stylesheet_header_menu.css.
Bumble Bee Template - my first contribution!
The best way to learn is to try stuff. But, back it up first.
The site is as follows:-
http://www.moon-dream.co.uk/index.ph...roducts_id=124
If you look at the color option and scroll they are all white text ?
this is the same for any drop down box like when yoi slect country.
Many thanks
Paul
How about:
OPTION {color: #000;}
Job Done Many thanks !
Thanks for the info! This fixed the template I installed, which had teh same problem.
FYI, Estore now's selection is white, and the text is also white.
Thanks a mill for the help. I am using the estorenow template.
I had to change the stylesheet.css file. At the very bottom I changed the values to:
option{
background:#FFF;
}
select{
background:#FFFFFF;
color:#000;
Again, many thanks for the help!
Bookmarks