Hi, I would like to increase the size of post titles and can’t seem to figure out how. I tried advanced styling on H1 and H2 but that didn’t seem to effect the post titles.
I like the post titles to be bigger everywhere they show:
1. In the blog posts widget – http://photobek.wpengine.com/#blog (hosted on WPengine) – http://screencast.com/t/8KwkS64MUmPy
2. In the blog page – http://photobek.wpengine.com/blog/ – http://screencast.com/t/zltopIID0
3. In the blog post page – http://photobek.wpengine.com/angkor-wat-reflection/ – http://screencast.com/t/BnOqlxQYdi
Thanks.
Hey bakbek!
Please add following code to Quick CSS
.avia-content-slider .slide-entry-title { font-size: 26px; }
.entry-content-wrapper .post-title { font-size: 26px; }
Regards,
Yigit
Thanks.