• I’m not new to WordPress but this theme is by far amazing and I’m a little stuck at the moment. How can I change the existing font on the Site Title/Tagline? I’d rather change the font and not upload an entire header.

    Thanks in advance,
    visionarywriter

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @visionarywriter
    you can change your logo font with

    .brand.span3 {
        font-family: Garamond; /* you can change this to Verdana, Avant Garde,...*/
    }

    you can change your tagline font with

    .navbar-wrapper .navbar h2 {
    font-family:    Garamond;
    }

    Of course, you can add color: red; and all other font releated rules to existing ones above, depending what you want to change.
    BTW, if you want to place custom Google font instead of standard fonts check this snippet.

    I use the “Font” plugin. Its weird to use but has huge choice of fonts, colors, sizes.

    Thread Starter visionarywriter

    (@visionarywriter)

    Thank you both. I’ll give it a try and let you all know how it goes. Yay /

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing font in site title’ is closed to new replies.