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.
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
Thanks begrafiks – I got the padding smaller and the title bigger. Success. Resolved.