Headings Styling - by mariangio - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Rose Tyler

  • Avatar: mariangio
    mariangio
    Participant
    March 1, 2021 at 00:58

    Hi
    I would like to change the font size of my different heading. Heading 4 is actually smaller than Paragraph. Is there a setting in the theme to change it or should I change it with the CSS?
    Thanks

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2021 at 08:20

    Hello,

    You can use custom CSS code, for example, add the next code in Theme Options > Theme custom CSS:

    h4 {
        font-size: 25px;
        line-height: 1.4;
    }

    Regards

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

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

Helpful Topics

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