Logo Font Style

  • How to change logo font style. And where I find different font style examples to apply.
  • Can I apply “Gill Sans Ultra Bold” font style (MS Word Font Style)

@movin

Hi Deepak,

Thank you for your question.

You cant change anything in the logo as it is an image so you need to use photo editing software to do that.

Are you talking about the site title instead?

Best Regards,
Movin

Yes Site Title.

You can try changing the site title font by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

#logo .site-name a.navbar-brand {
    font-family: arial;
}

Please change the font arial in the above code to whatever you want to use but if you want to use custom font like “Gill Sans Ultra Bold” then you need to load it on your site as described on the following pages.

http://wpexplorer-themes.com/total/docs/add-custom-fonts/