Change the size of WordPress Post Header Font
I don’t know about you, but the font size for the headers of the post were just way too big for me. I wanted them a little bit smaller. Mainly because I don’t know how to write a short catchy header. After reading 75 posts of people guessing I found the answer. It’s all in the style sheet (style.css)
This is how I did it.
1) Since there are multiple headers (usually h1, h2, h3) I opened my blog in my internet browser. I then right clicked on the post and clicked “view source”. I looked for the header of the post and found it was “h2″
2) I then went into the wordpress admin section.
3) I then clicked on “Appearance’.
4) Then I clicked on “Editor”
5) When the editor loaded I clicked on “Stylesheet (style.css)”
6) Once it populated in the editor frame I pressed “Ctrl F” and typed in “h2″. I pressed next until I found this
h2 {
font-size: 1.9em;
clear:both;
}
I changed the 1.9 to 1.6
h2 {
font-size: 1.6em;
clear:both;
}
7) Press “update” and there you have it. Smaller font on all your post headers.
You can use this process to change the font size of just about anything on your WordPress Blog
Did This Tip Work For You?
Did it Save You Some Valuable Time?
My wife dumped me and I have brain damage. Any tip would be greatly appreaciated!!!!!




Like










Thanks for that. Was searching for ages on my template how to do that.
Great Work
Thanks Roberto! Glad I could Help
A SUPPORTED BY THE DEVELOPER TOOLS? It was interesting. You seem very knowledgeable in ypour field.
Thank you.
I’m sorry but I dont quite understand your question. Do you mean the Amazon aStore? If so, It’s not.
Cool site, love the info.