Tagged: font size, post title
Hey,
I’m trying to change the font size of the post title on both the blog and single post pages, but it’s as if the browser keeps ignoring the custom CSS for it in the “general styling” section.
Here’s the code I’m using:
.entry-content-wrapper .post-title {font-size: 26px !important;}
… But it keeps referring back to the code within layout.css.
I’ve also tried using the new Advanced Styling section too, with no luck.
Any help please?
Thanks!
– James.
Found the solution – some code needed closing with an extra } before it.