I'm trying to make the titles of my pages and the titles of my blog posts the same font size. And I'm having trouble doing it. I can't even seem to get the h1 to change sizes on my pages.
I tried this in my custom.css to no avail:
.page-template-default h1 { font-size: 20px; line-height: 1.1em; margin-bottom: 10px;}
In fact I tried any number of classes and the #main id from the body tag in front of the h1 style. None worked.
Could you tell me how to change the font size for each different template? Thx.














