Hi, I would like to know how to increase the font size of the heading in the blog page and also how to increase the font size of the title inside a blog post without using the theme’s advanced styling as that seems to effect all the heading throughout out the theme.
Thanks.
Here is is – http://rbblog.wpengine.com/blog/ (hosted on WPengine)
Hey!
Please add following code Quick CSS
.entry-content-wrapper .post-title { font-size: 26px; }
Cheers!
Yigit
Thanks!