Thursday, December 8, 2011
How to Make Headline Font Bigger
If you want to change the font size in WordPress, it's a very simple HTML change. All you have to do is go into your coding and add in this:
#logo a { font-size: 18px !important; }
or for the tagline underneath that:
#tagline { font-size: 18px !important; }
If you want to change it up a little bit more than that, this is what you can do:
#header h1 a{
font-family: Arno Pro Bold Italic; (removed the other font families)
font-weight: 100;
color: #e7dede;
text-decoratoin: none;
font-size: 52px; (the default was 46px)
letter-spacing: 1px;
}
So that's very specific to your heading. You can change the color and fonts there to give your headline a unique look. So if you want to make your WordPress headline stand out a little bit, you can use some of these tricks to spice it up.
Subscribe to:
Post Comments (Atom)

This is a good starting design idea for newbies like me. I'm glad I came across this blog because I only get minor help from my Los Angeles web designer friend since he's very busy. Keep on posting tutorials!
ReplyDeleteThanks for this post as because of this now i am able to make font size of my post bigger. I don't know much about website development and because of this i am not able to complete these changes
ReplyDelete