Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #12962
    klhaight
    Participant

    I would like to change the h1 tags color in my posts. What code should I use and where should I put it, the Google Fonts plugin or in my css?

    Thanks.
    Kristi

    http://www.chatfieldcourt.com

    #12969
    Sakin
    Keymaster

    @klhaight: You can change the color and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-content h1 { color: #000; }

    #12989
    klhaight
    Participant

    Thanks Sakin, but the code is not working. Any other suggestions?

    #12990
    Sakin
    Keymaster

    @Sakin: It will work. Maybe you are talking abut different one. Are you talking about the page title. Can you explain it to me?

    #12996
    klhaight
    Participant

    Each post I write has a title. That is the color I am trying to change…the title of each post.

    #13004
    Sakin
    Keymaster

    @klhaight: oh you mean title. For that you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-title, .entry-title a { color: #222; }

    #13042
    klhaight
    Participant

    Worked like a charm. Thanks for the help Sakin!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘how to change color of h1 tags’ is closed to new replies.