Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2006
    Posts
    10
    Plugin Contributions
    0

    Default Radio Button Label Attribute

    I'm presently unable to get the font for my radio button attribute label to change.

    .wrapperAttribsOptions bit of my stylesheet looks like this:

    .wrapperAttribsOptions {
    margin: 0.3em 0em;
    font-family: lucida sans unicode, verdana, arial, helvetica, sans-serif;
    }

    .wrapperAttribsOptions select {font-size: 0.8em;}

    .wrapperAttribsOptions label {
    font-size: 80%;
    font-weight: normal;
    font-family: lucida sans unicode, verdana, arial, helvetica, sans-serif;
    }

    .wrapperAttribsOptions input {
    font-size: 80%;
    font-weight: normal;
    font-family: lucida sans unicode, verdana, arial, helvetica, sans-serif;
    }

    And everything looks OK except for the font on the radio button label which appears to still be defaulting to something.

    Example here: http://betterlifecompanies.com/shop/...products_id=72


    I'm drawing a blank. Any suggestions please?

  2. #2
    Join Date
    Jan 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: Radio Button Label Attribute

    Solved my own problem with a mindset change.

    The issue was not that my Radio Label was too big and I had to find a way to make it smaller but that my Drop Down labels were too small. Once I'd changed

    .wrapperAttribsOptions label {
    font-size: 80%;
    font-weight: normal;
    font-family: lucida sans unicode, verdana, arial, helvetica, sans-serif;
    }

    back to 100% font size - then all my labels are the same size (but too big)

    a tweak to

    label, h4.optionName {
    line-height: 1.5em;
    padding: 0.2em;
    font-family: lucida sans unicode, verdana, arial, helvetica, sans-serif;

    adding

    font-size: 100%;

    has now got all my labels the same size - smaller than default, which is what I wanted.

    Not sure if its the right way to do it but it seems to work.

 

 

Similar Threads

  1. v151 Changing font size of "Credit Card" radio button label during checkout
    By Pickman in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 14 Apr 2013, 08:56 AM
  2. v150 Align radio button of product attribute
    By lonelywolf90 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 17 Apr 2012, 02:50 AM
  3. Single Attribute defaults to radio button.
    By Nick1973 in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 9 Nov 2010, 04:08 PM
  4. Replies: 4
    Last Post: 22 Sep 2008, 09:45 AM
  5. attribute radio button sort order
    By poosk in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 3 Sep 2008, 05:16 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