Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2007
    Posts
    32
    Plugin Contributions
    0

    Default product description font size

    Does anyone know exactly which tag to change, for the product descriptions to be a larger font? I can't figure it out!
    Thank you, Karole

  2. #2
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: product description font size

    #productDescription.......add a font-size:
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  3. #3
    Join Date
    Feb 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: product description font size

    Thank you Barco57,
    I tried to dfind that line, and all I could fine is this:

    /*.content,*/ #productDescription, .shippingEstimatorWrapper {
    /*font-size: 2.2em;*/
    padding: 0.5em;
    }

    I increased the font-size listed there, but nothing changed.
    Do yoiu have any other suggestions?
    Thank you, Karole

  4. #4
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: product description font size

    do you have a url I can look at?
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  5. #5
    Join Date
    Feb 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: product description font size

    Yes, thank you.
    It's backdoorgunandtactical.com
    Just enter through the "public" or another link.
    Karole

  6. #6
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: product description font size

    On which page?.....the font size on the product info page is huge....the only place it appears small is on the product listing page (copy and paste an exact page url for me)
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  7. #7
    Join Date
    Feb 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: product description font size

    http://www.backdoorgunandtactical.co...ndex&cPath=101


    Sorry, I meant the product listing page.
    The guy wants all the text big.
    Thank you very much.
    Karole

  8. #8
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: product description font size

    add this to the stylesheet.....even though I think its kinda ugly with larger font there (anybody that needs a font size that big there probably shouldn't be trying to shoot a gun anyway) adjust font size to your liking.
    Code:
    td.productListing-data .listingDescription {font-size: 2.0em;}
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  9. #9
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: product description font size

    ...or, if you want all text on the site to be somewhat larger than the default sizes specified by the stylesheet, go right to the top of your main stylesheet.css and find the body tag. In Classic it says font-size: 65%;

    Change that to 80% and all text will be that much larger.

    For obscure reasons involving text-resizing capability for visitors with less than perfect vision, I do this...

    html {font-size: 100%;} /* to make IE Win behave */

    ...then, in the body definition...

    font-size: 0.8em;

    The effect is essentially the same, but is, so the experts tell me, more user-friendly.

    Take with a grain of salt and call me in the morning.

    Rob

 

 

Similar Threads

  1. Font size of product description.
    By Mudster in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Sep 2009, 01:34 PM
  2. Changing Font Size of Product Description
    By littletoycompany in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Jun 2008, 01:06 AM
  3. Product Description font size change?
    By EddieMac in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Apr 2008, 09:53 PM
  4. Edit the font size of products description on main page
    By scottyg in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Feb 2007, 12:49 PM
  5. Font size, type and colour on product description
    By kingster147 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 4 Feb 2007, 04:11 AM

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