Anonymous
asked:
I have this new theme, and the title of the posts have the same font as the text in the post. I want to change the font of the title (NOT the title like the name of my blog or something), but I just can’t find any title{ thing or so. Only body{, but when I change the font-family, the text in the posts and the title of the posts both change into it. I’ve searched for over an hour at google, but hell, I can’t find anything... So... any help?

look for {block:Posts} and you should see like a div in it or like an id or a class, like example:

<div id=“posts”>

{block:Posts}

<div class=“entry”>

now it’s either in the #posts in the css or .entry once you find it, change the font-family (:

hope i helped!

// claire