How would I make just H2 red?

Support Area Forums Finesse How would I make just H2 red?

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #34489
    Advanced
    Participant

    Hello Bill,

    How would I change the colors of the headings (specifically H2 to red)?

    #34497
    Bill Robbins
    Moderator

    Hello,

    I believe you can do that this way:

    1. Go to the Appearance section in your WordPress dashboard and click on Customize.
    2. Look down for the advanced section and click on it. Then choose Custom CSS.
    3. In the box there, add this:
      
      h2 { color: #000; }
      

      replacing the #000 with the color for your red.

    4. Save your changes.

    See if that doesn’t do the trick.

    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How would I make just H2 red?’ is closed to new replies.