• Resolved williefunk2000

    (@williefunk2000)


    Hello, I am using twenty seventeen with woocommerce.

    I am having trouble finding the correct css to adjust the product font size. I’ve tried all sorts of variations but none seem to work.

    If you look at the page I listed the font is to large right not and looks horrible. Any help is greatly appreciated!

    Willie

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Looks like you got it right in the Custom CSS section:

    
    ul.products h2 {
        font-size: 1.0em;
    }
    

    This is controlling your font size

    Thread Starter williefunk2000

    (@williefunk2000)

    Andrew,
    Thank for your quick reply!

    I have my site set up in categories. And that code did work on that page, however when you click the category to see the individual products there is no change, I have tried changing to h3 but no luck there either.

    I can’t seem to figure out what these individual products are getting their formatting from.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try this:

    
    
    ul.products h2,
    .product_title {
        font-size: 1.0em;
    }
    
    Thread Starter williefunk2000

    (@williefunk2000)

    Yay! That worked. Thanks again!

    Willie

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Changing Font Sizes’ is closed to new replies.