Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default attribute value text too small

    The "Houston, TX" text on this page is too small. It's a display only attribute.

    http://www.adamantbarbell.com/index....roducts_id=321

    If you view source you'll see:

    Code:
    <!--bof Attributes Module -->
    
    <div id="productAttributes">
    
    <h3 class="attributesComments">To waive shipping charges, this can be picked up locally!</h3>
    
    <div class="wrapperAttribsOptions">
    
    <h4 class="optionName back">Pick Up Locations:</h4>
    <div class="back biggertext" >
    Houston, TX<br />
    </div>
    <br class="clearBoth" />
    </div>
    
    <br class="clearBoth" />
    
    </div><!--eof Attributes Module -->
    As you can see, I specified the "biggertext" class in additiona to the "back" class that was specified already. It is defined in stylesheet.css as:

    Code:
    .biggerText {
    	font-size: 1.2em;
    	}
    
    .back {
    	float: left;
    	}
    Shouldn't the innermost nested DIV tag with the "biggertext" override the outer ones?

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: attribute value text too small

    CSS is case sensitive . try this

    .biggertext {
    font-size:1.2em;
    font-weight:bold;
    color:yellow ;
    }

 

 

Similar Threads

  1. Text attribute box is too long in IE
    By giftmeister in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 14 Jul 2009, 05:29 AM
  2. Using attribute text value to calculate price
    By dejavu in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 27 Apr 2008, 06:16 PM
  3. html text area in admin is too small
    By mediathing in forum General Questions
    Replies: 8
    Last Post: 13 Nov 2007, 02:36 PM
  4. read only attribute value size too small/ import html in read only attribute value
    By nazzaw in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 22 Jan 2007, 03:49 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR