Hi All.
I am trying to change the font colour on part of the stylesheet on my custom version:
label {
font-size: 1.1em;
color: #000000
}
I have changed "label" to the colour above as this is what I want but on the defualt set up, the right hand boxes Music Genres, Record companies, Search and left box Manufacturers do not follow the other side boxes for the font colour.
A couple of these I am not bothered about as will probably not use them but the Search and Manufacturer ones I would like to keep and make use of.
I have looked at other tags to but cant see how these differ.
Are the above boxes set differently to the others ? The code on the others have been changed and work fine.
This is the code that Firefox points to:
label (line 65)
{
font-size: 1.1em;
color: #000000;
}
label, h4.optionName (line 127)
{
line-height: 1.5em;
padding-top: 0.2em;
padding-right: 0.2em;
padding-bottom: 0.2em;
padding-left: 0.2em;
}
Is it as simple as leaving "label" out of the above ?
Thanks.
CR



