Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #280332
    Heinz
    Participant

    Hello
    What is the CSS code like if I want to make the H2 heading red on all pages?
    Many thanks for the help.
    regards
    Heinz

    #280354
    Skandha
    Participant

    @henebe: Hello Heinz,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    h2 {
         color: red;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #280406
    Heinz
    Participant

    Hello
    Many Thanks. It worked.
    regards
    Heinz

    #280408
    Skandha
    Participant

    @henebe: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change the color of H2’ is closed to new replies.