Site logo

Archived topic

Change colour of headings H tags

3 replies · Started by Carol Mann on July 29, 2014

Viewing posts 1–4 of 4

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

Thanks

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

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

Maybe in a future version! :)

Thanks!

This archived topic is closed to new replies.