Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #284424
    kaytea30
    Participant

    I’d like to make the sub-title bigger and the H2 title smaller (and also not title case and doesn’t hyphen when the words are too long). Can anyone help please?
    URL: https://katiethecreative.com/

    Thanks!

    #284451
    Skandha
    Participant

    @kaytea30: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content .sub-title {
        font-size: 26px !important;
    }
    .custom-header-content .entry-title {
        font-size: 40px !important;
        text-transform: unset !important;
    }

    You can change the font size according to your choice.
    Let me know if this works out!
    Kind Regards.
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change text in header?’ is closed to new replies.