Responsive Headings - by Farzeen - on WordPress WooCommerce support

This topic has 5 replies, 2 voices, and was last updated 2 years, 6 months ago ago by Farzeen

  • Avatar: Farzeen
    Farzeen
    Participant
    October 27, 2021 at 12:31

    Hello, I am unable to find the options where I can set different font sizes of headings. I want my headings to be responsive on every screen size. Can you please help me where I can find the option in the theme settings?

    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 27, 2021 at 12:35

    Hello,

    Thanks for using our theme.
    Do you use WPBakery? Try to use our Title with text element https://prnt.sc/1xhhr1w

    Regards

    Avatar: Farzeen
    Farzeen
    Participant
    October 28, 2021 at 08:30

    Hello, I have tried using XStore title with text element but, I want to set different font sizes on each heading globally.

    For Example:
    H1: 100px
    H2: 80px
    H3: 60px and so on

    Usually, these settings are available in theme options in most WordPress themes. Does XStore have these options? I unable to find it.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 28, 2021 at 09:59

    Hello,

    Add the next code in Theme Options > Theme Custom CSS:

    h1 {
        font-size: 100px;
    }
    h2 {
        font-size: 80px;
    }
    h3 {
        font-size: 60px;
    }
    h4 {
        font-size: 40px;
    }

    Regards

    Avatar: Farzeen
    Farzeen
    Participant
    October 28, 2021 at 10:05

    Thank you!

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

The issue related to '‘Responsive Headings’' has been successfully resolved, and the topic is now closed for further responses

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