H2 tag colour customisation

Posted in: Newspaper
Post count: 242

Hi

I’d like my H2 tag to be a different colour to h3,4,5 and 6

There is a thread with this CSS code – but it doesn’t seem to work

h2 {
color: red;
}

When a post on my site is viewed – there is the H1 heading/headline – and a lead-in intro that I use h2 for…(before the read more tag)

If I can customise that h2 it will look really good.

Then I use h3 for subheadings down the article if necessary…

Thanks

Post count: 242

Ah no worries – I used !important and it works now

h2 {
color: gray!important;
}

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.