[Resolved] Gaining control of h4 text?

Home Forums Support [Resolved] Gaining control of h4 text?

Home Forums Support Gaining control of h4 text?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #29618
    scottyonthepipes

    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!

    #29778
    Tom
    Lead Developer
    Lead Developer

    You can use CSS for this.

    For example:

    h4 {
          font-size: 20px;
          color:#000000;
          margin-bottom: 30px;
          font-weight: bold;
    }
    #29780
    scottyonthepipes

    Ah, yes…CSS…my old friend.

    Thanks, coach. You are a very helpful, patient person.

    #29781
    Tom
    Lead Developer
    Lead Developer

    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.

    #29799
    scottyonthepipes

    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!

    #29800
    Tom
    Lead Developer
    Lead Developer

    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 🙂

    #30087
    scottyonthepipes

    Great minds think alike, except that your great mind programs, mine just stores Star Trek trivia.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.