[Resolved] Change colour of headings H tags

Home Forums Support [Resolved] Change colour of headings H tags

Home Forums Support Change colour of headings H tags

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7513
    Carol Mann

    Hi there… how can I change the overall colour of the H tags?

    Thanks

    #7542
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Some CSS like this should work:

    h1 {color:#000000;}
    h2 {color:#222222;}

    and so on..

    Of course, replace with your desired hex code.

    Thanks,
    Tom

    #7550
    Carol Mann

    Hi Tom, thanks for that… I did

    h3 {
    color: #e90909;
    }
    h2 {
    color: #e90909;
    }

    And that worked fine. Just was wondering if there was the ability to set in the customisation section.

    Thanks again for swift response.

    Regards
    Carol

    #7553
    Tom
    Lead Developer
    Lead Developer

    Maybe in a future version! 🙂

    Thanks!

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