Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘How to increase the font size of post titles’ is closed to new replies.
Hi, I want my blog post title to be the same size as the blog post title on the blog page.
Blog Page – http://www.photobek.com/blog/
Blog post – http://www.photobek.com/climbing-kilimanjaro-with-miggos-new-agua-weatherproof-bag/
How can I do that?
Hey DROR!
Please add following code to Quick CSS
.single h1.post-title.entry-title {
font-size: 40px!important;
}
Regards,
Yigit
Thanks.