Font Size Not Changing - by mhammoud - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Jack Richardson

  • Avatar: mhammoud
    mhammoud
    Participant
    May 1, 2016 at 10:30

    I want to change the font size of product titles in the shop page and I am changing the H3 font size but nothing is changed

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 3, 2016 at 08:43

    Hello,

    Please add this code in custom.css file.

    .products-grid .product .product-name {
        font-size: 13px;
    }

    Regards,
    Robert Hall

    Avatar: mhammoud
    mhammoud
    Participant
    May 3, 2016 at 13:28

    Thank You Robert. But dont the typography settings work? What are they used for in this case?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 3, 2016 at 15:28

    Hello,

    As you can see from the code you were provided there is no h3 attribute for product title; class .product-name is used, so to change font size of it you have to use that code.

    Best regards,
    Jack Richardson.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.