Typography title dimensions and colours - by Stefano Baraldo

This topic has 5 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Stefano Baraldo

  • Avatar: Stefano Baraldo
    Stefano Baraldo
    Participant
    August 6, 2020 at 09:24

    Good morning I’m rehearsing the XStore theme on a local development area site on my mac.
    I can’t find a way to customize size and color for H1-H2-H3-H4-H5-H6 fonts.
    How can I do it?

    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 6, 2020 at 12:25

    Hello,

    Thanks for using our theme.
    Theme Options > Typography > Content > Headings.
    If a heading is added on a page via element, it has its own settings – https://prnt.sc/tv1jjy

    Regards

    Avatar: Stefano Baraldo
    Stefano Baraldo
    Participant
    August 6, 2020 at 13:39

    So there is no possibility to standardize the titles for the whole Site, e.g:

    H1 = size 60px color: #ff0000
    H2 = size 36px color: #ff9900
    H3 = size 24px color: #000000
    etc…
    Is that so?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 6, 2020 at 15:14

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

    h1 {
        font-size: 60px;
        color: #ff0000;
    }
    h2 {
        font-size: 36px;
        color: #ff9900;
    }
    h3 {
        font-size: 24px;
        color: #000000;
    }
    h4 {
        font-size: 20px;
        color: red;
    }

    Regards

    Avatar: Stefano Baraldo
    Stefano Baraldo
    Participant
    August 6, 2020 at 17:58

    ok thanks

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

The issue related to '‘Typography title dimensions and colours’' has been successfully resolved, and the topic is now closed for further responses

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