View Single Post
  #1  
Old 03-06-2009, 10:12 AM
 
rageon75 rageon75 is offline
 

Senior Member
  
Join Date: Feb 2009
Posts: 108
 

Default Overwite CSS Label?

My website is mainly black and white. Black background and white text mostly. I changed the:

div, th, td, p, input, select, textarea, tt, button {main.css (line 20)
color:#FFFFFF; I changed this to white

font-family:verdana,arial,helvetica,sans-serif;
font-size:13px;

to make the overall text white.

Now the Search Box, Select Language Box, and Login Box all have white text instead of black. When I check the CSS with Firebug the color: #000000 is crossed out:

#header .languages label {main.css (line 496)
color:#000000; this part is striked through or crossed out?

font-size:12px;
line-height:21px;

how do I make the text black in the boxes and leave the white text alone? Thanks to for everybodies help.
__________________
X-Cart Gold 4.2 - 4.3 - 4.4.5 - 4.6 - 4.7
Reply With Quote