Tagged: blog title, font, larger
I’ve found the code for the blog titles that show on the blog list page, but it only seems to work for changing the font colour while not the font size.
.template-blog .post-title { font-size: 55px;}
And I’ve found the code for the blog titles on the individual blog pages.
.entry-content-wrapper .post-title { font-size: 38px; }
I need the blog titles to be larger on the blog list page (this is not the same thing as making the blog title larger on the individual blog article pages). How do I do that?
Hey m!
Have you tried using following code?
.post-title { font-size: 38px; }
If you have, please post the link to your page where you would like to make changes.
Cheers!
Yigit
That code doesn’t make the font larger.