• Resolved Dinuka

    (@dinuka25)


    Hi there! I have set up a pretty simple website using Twenty Twenty-Four. It is a great theme and loving it. However, I cannot figure out how to change the font of the website title.

    Currently it inherits the styles associated to links. But I want it to be the same as the headings font. Tried many different methods, but no luck.

    When I inspect I can already see my styles being applied, but something seems to be overriding them.

    Any help would be appreciated!

    • This topic was modified 1 year, 1 month ago by Dinuka.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • ali622

    (@ali622)

    site editor -> styles -> typography -> elements -> links and headings.

    • This reply was modified 1 year ago by ali622.
    • This reply was modified 1 year ago by ali622.
    Thread Starter Dinuka

    (@dinuka25)

    Thanks @ali622 🙌

    But this is exactly my problem. I want the site title to have a different typography style than the links. And I couldn’t figure out how to do it.

    ali622

    (@ali622)

    Moderator janmtm

    (@janmtm)

    Hi @dinuka25

    I’ll go ahead and set this as Resolved, since there hasn’t been an update from you in over a month.

    Feel free to reopen if you still have any questions.

    Thread Starter Dinuka

    (@dinuka25)

    Thanks again @ali622 🙌

    For some reason I could not get it working that way either. However, one of my friends helped me with this custom CSS code to achieve what I wanted.

    h1 > a {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    }

    Moderator janmtm

    (@janmtm)

    Thank you for sharing what worked for you @dinuka25 !!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘How to change the font of the site title?’ is closed to new replies.