Changing Font Size of Post Title at top of post
-
I’ve tried everything I can think of to change the size of the font for the post title at the top of a blog post (on the post page only) – whatever I try only seems to affect the post titles elsewhere (the general blog page, within the widgets, related posts, etc). Is there some way to do this?
I’d also like to add some padding to the tops and bottoms of images (within blog posts only). Is there any easy way to do that by adding a line or two of custom CSS?
Thank you so much – the theme is working beautifully otherwise!
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
/*to increase the blog title on the single post page*/
body .blog-post-loop.post-single-page .entry-title {
font-size: 42px;
}
/*to increase the margin above and under the image*/
body .blog-post-loop.post-single-page .entry-thumbnail {
margin: 50px 0;
}
Change 50px for any value as per your needs.
Best Regards
Thanks so much, worked perfectly!
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Changing Font Size of Post Title at top of post’ is closed to new replies.