Changing H3 color in post content

Posted in: Newspaper
Post count: 494

Hi,

I use the old template on http://www.mondeoz.com
I want to change the color of H3 in post content and only there.
How can I do that? Is there a setting? Or a custom CSS?

Thanks

Post count: 35449

Hi,
This can be done when you make the post content -> https://i.imgur.com/IENwXXN.png
Also another alternative for all h3 inside the post content it is with a custom css like this one:
.td-post-content h3 {
color: red;
}

This code need to be set in the theme panel > custom code> custom css.
I hope it will help you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.