How to change font colors separately for H2, H3, H4 etc

Posted in: Newspaper
Post count: 7

Hi there,

Is it possible to change the font color separately for H2 vs H3 vs H4 etc.

I see in the TagDiv Composer how to change the font color of H2-H6 but I’d like to change H2 to a different color vs H3 so my headings stand out when next to each other.

Is that possible?

Also, I thought I changed my blog post’s paragraph font size, but when I checked it, it doesn’t look like it has changed. Which setting in theme panel will change my paragraph font size for all of my blog posts?

My site URL is http://www.maxgolflife.com and I am on the Newspaper theme.

Thanks so much!

Post count: 18283

Hello !

The post title has to be edited using tagDiv composer as you can see here: https://prnt.sc/100msv8

For the other headings in your content:

.tdb_single_content .tdb-block-inner h1 {
color:red;
}
.tdb_single_content .tdb-block-inner h2 {
color:yellow;
}
.tdb_single_content .tdb-block-inner h3 {
color:green;
}

This can be dupliated up to H6.

The codes must be inserted in here: https://www.screencast.com/t/G4qVwC6G

Thank you !

Post count: 7

Thank you so much! This worked!

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