• Hi guys, just a quick question. I am currently using the Graphene theme on my blog and I just wanted to know how to change the title of my blog posts to use the ‘Impact’ font instead?

    I’ve tried visiting Appearance> Graphene Options > Display > Text Style Options> and entered Impact into the header font field but when I updated my blog nothing actually changed..?

Viewing 1 replies (of 1 total)
  • “text style options” only affects the site title and site description (which appear in the header) and the post and page content.

    To change post titles, add this to your custom CSS:

    .post-title,
    .post-title a,
    .post-title a:visited,
    .entry-title,
    .entry-title a,
    .entry-title a:visited {
    	font-family: Impact,non-serif;
    }

    You will not see these changes on your end unless you actually have the font installed on your computer. You will need to use Graphene’s built-in Google Webfonts feature to make this visible to all users. It is also in “Text Style Options” area.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change my blog titles to 'Impact' font?’ is closed to new replies.