Heading colors

Posted in: Newspaper
Post count: 36

Hi!

How to change heading colors, for example H1 – blue, H2- red, H3 – grey?

Post count: 35449

Hi,

That depend on headers, if those are form blocks you can set the color with tagDiv Composer -> https://www.screencast.com/t/qayFrkSuT or form widgets -> https://www.screencast.com/t/ixTy2vnarYH also you can use custom css.

Thank you for your understanding!

Post count: 36

I mean heading in post when i write document how to change color of h2,h3,h4,h5,h6?

Post count: 35449

Hi,

So you want to change the text colors for headers, if this is what you want to achieve -> https://www.screencast.com/t/zLlNNjnZFb7v here is the custom css
.single .td-container-wrap h1 {
color: blue;
}
.single .td-container-wrap h2 {
color: red;
}
.single .td-container-wrap h3 {
color: purple;
}
.single .td-container-wrap h4 {
color: green;
}
.single .td-container-wrap h5 {
color: pink;
}
.single .td-container-wrap h6 {
color: orange;
}

Hope this helps!
Thanks.

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