Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #348247

    Hi guys!

    How can I change the font for my blog titles? I’d like it to be the same as the titles throughout my site…for some reason the Blog titles are the wrong font… how can I change this?

    I’d like the Blog titles to be a touch bigger too.

    Thanks in advance :)

    #348539

    Hi Courtney!

    Change this code in Quick CSS:

    h1,h2,h3,h4,h5,h6{
    font-family: 'Gotham SSm A', 'Gotham SSm B' !important;}
    

    To:

    h1, h2, h3, h4, h5, h6, 
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
        font-family: 'Gotham SSm A', 'Gotham SSm B' !important;
    }

    Cheers!
    Josue

    #349032

    Fabulous! I’ll give it a try :)

    #349077

    Hope it does the trick :)

    #349820

    LOOKS GREAT :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blog title Font’ is closed to new replies.