Home Forums Basel support forum Changing Font Size of Post Title at top of post

Changing Font Size of Post Title at top of post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #209026

    barleyandbirch
    Participant

    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!

    #209038

    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

    #216304

    barleyandbirch
    Participant

    Thanks so much, worked perfectly!

    #216308

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Changing Font Size of Post Title at top of post’ is closed to new replies.