Zen Cart Logo

label tag

Locked

Views: 773

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
16 Sep 2009, 9:32 PM
#1
cumbrianrider avatar

cumbrianrider

New Zenner

Join Date:
Jun 2008
Posts:
19
Plugin Contributions:
0

label tag

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

16 Sep 2009, 10:37 PM
#2
niccol avatar

niccol

Totally Zenned

Join Date:
Apr 2009
Posts:
2,138
Plugin Contributions:
1

Re: label tag

The sideboxes are set up slightly differently dependent on if they are a link, I think. Anyway this covers them all I think:

h3.rightBoxHeading{color:red;}
.rightBoxHeading label{color:red;}

and the same for the left hand side! And change the 'red' to what you want.