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.