Archived topic
Gaining control of h4 text?
6 replies · Started by scottyonthepipes on September 15, 2014
Love this theme and the ad ons! Is there some way that I can control the text size and weight of h4 and h5 text? Since h1 and h2 are always applied to the post title, it would be nice to have another size variation available to me inside the post other than just h3.
Thanks!
You can use CSS for this.
For example:
h4 {
font-size: 20px;
color:#000000;
margin-bottom: 30px;
font-weight: bold;
}
Ah, yes...CSS...my old friend.
Thanks, coach. You are a very helpful, patient person.
I'll try to add more of these options to the typography addon, but having too many of those massive lists of Google Fonts hurts performance pretty bad. Need to play with some ideas.
As you are painfully aware, I am totally ignorant about programming, but I wonder if the Customize areas for font selection could be "fill in the blank"...go choose your google font from google, then enter here, saving you from having the pull down.
Then again, I'm ignorant!
I was thinking something like that. Have the 30 most popular fonts in the dropdown, and then have an option to input a font that's not in the dropdown.
Working on it :)
Great minds think alike, except that your great mind programs, mine just stores Star Trek trivia.