• Decided to give the Pro version a whirl. When I change the font size of the post titles, it appears to only change the font sizes for titles on the main blog, but not for the titles of posts on category pages. Would having the logo hidden at the top of category pages have anything to do with this? Please advise.

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks so much for upgrading!

    Please try out this CSS and let me know if it works well for your site:

    @media all and (min-width: 900px) {
    	.blog .post-title,
    	.archive .post-title,
    	.search .post-title {
    		font-size: 21px;
    	}
    }

    You can copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

Viewing 1 replies (of 1 total)
  • The topic ‘Font sizes’ is closed to new replies.