Home Forums WordPress Themes – Premium Encounters Change the Font-Family (Font Style) in Site Title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14192
    Ed Hansen
    Member

    I watched the video for Encounters and saw that I can change the Site Title “content” or I can upload a Logo. But, how did I change the Font-Family/Font Style of the Site Title text box?

    #14193
    Sushil Adhikari
    Moderator

    Hi Ed… first, please make sure you post in the forum category that relates to the theme being used (which I just moved this topic to).

    As for the font style of the site title, you will have to do that with a Font plugin such as Google Fonts ( http://wordpress.org/plugins/wp-google-fonts/ ), or make the edit yourself either with Jetpack’s Edit CSS feature or a child theme (which is included with the theme). But the styling for it is in the Style.css file around line 378 and looks like this:

    h1.site-title a {
    	margin-bottom: 0;
    	font:normal 2.313em alexbrush;
    	line-height: 0.813em;
    	color:#fff;
    }

    Alexbrush is the font I am using and the size you see is in em units, but you can change that to px if you prefer. If you want to know what em or how to convert to or from em, this online tool is one I use: http://www.pxtoem.com

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.