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

    Hello, How do I change the size of the individual blog post titles? I’d like them quite a bit bigger.

    Also, is there an advantage to having so much padding above the title in between the menu bar? Before I ask to reduce it (if possible), I want to make sure it won’t be to my disadvantage. I figure you do what you do for a reason :-) Thanks so much.

    #430303

    Hi dominiquehurley ;
    in order to reduce the size of h1 title of your blog post add this line into your custom css :

    .entry-content-wrapper .post-title{font-size: 16px !important;}
    

    and this one in order to reduce padding top of the blog post ***I’m not 100% sure of it***

    .template-single-blog .content{padding-top:10px !important;}
    

    adjust the sizes as you like

    #430341

    Hey!

    Please refer to @begrafiks post above.

    @begrafiks
    thanks as always :)

    Cheers!
    Yigit

    #430351

    Thanks begrafiks – I got the padding smaller and the title bigger. Success. Resolved.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change size of blog post titles?’ is closed to new replies.