Thread: label tag

Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2008
    Posts
    19
    Plugin Contributions
    0

    Default 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

  2. #2
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default 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:

    Code:
    h3.rightBoxHeading{color:red;}
    .rightBoxHeading label{color:red;}
    and the same for the left hand side! And change the 'red' to what you want.

 

 

Similar Threads

  1. Need to add code below </head> tag and above <body> tag in product page
    By Danielle in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Apr 2010, 07:53 PM
  2. Currencies Box title wrapped in label tag
    By nicko2 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 12 Aug 2006, 02:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg