Site logo

Archived topic

Heading Colour

8 replies · Started by Lee on March 9, 2022

Viewing posts 1–9 of 9

Hey guys, can you please help me figure out how to change the colour of each page Heading.

Many thanks.

Thanks for this.

I'd like to do it for every page heading on every page.

I’d like to do it for every page heading on every page.

Use the method I introduced, you should be able to do so.

So would I just post the code in the Additional CSS in the Customiser with the colour code of choice in place of "Red"?

I've tried this but it doesn't seem to change anything?

Many thanks again.

Or are you saying I'd need to input the code individually on every single page? That would take such a long time. Is there a way I can just add a piece of code in the customiser so that every page heading automatically changes colour. The same way I can do with headers etc.

Many thanks.

Hi there,

do you want all page H1 headings to be the same color?

If so do this:

h1.entry-title {
    color: #ff0000;
}

Change the #ff0000 hex color to what you require,
This will apply to all pages and posts except for pages like the home page which is using a Block Element to output the H1.

Brilliant! Thank you.

You're welcome

This archived topic is closed to new replies.