Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1235206

    I have a few books for sale and the font is HUGE when I use the product gallery, how can I make the font of each product title smaller?

    #1235231

    Hey Nancy,

    Add this to quick css:

    #top #wrap_all .all_colors h2{
    font-size:15px!important;
    }

    Best regards,
    Jordan Shannon

    #1235235

    This worked but since I’m assuming the product titles are H2’s, all my other H2’s were also shrunk down to size 15px.

    Is there a way that just the product H2’s change font size and NOT The other body paragraph H2’s?

    #1235249

    Hi,

    Adjust css to this:

    #top #wrap_all .inner_product_header h2{
    font-size:15px!important;
    }

    Best regards,
    Jordan Shannon

    #1235492

    It worked – great! Thank you very much!

    #1235517

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Font Size for Product Name’ is closed to new replies.