How Change post default red color?

I want to change the default red text color of H1, H2, etc. How to change them?

Attached screenshot!

screenshot-www.appvoly.com-2020.11.21-18_39_33|679x434

Hi there

Please provide a link to the page and I will generate custom CSS for you

Here is the link - Howuku Review: Helping businesses scale through CRO tools - AppVoly

I want to change the color for all pages and post h1, h2, etc…

Hi

It’s part of the page editor, you have to edit it from the WordPress page editor

1 Like

But in this method, I need to update the color code for each post.

I want to update the color code one time and it will be updated on every post or page.

Hi

Something like this:

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: #0513ff;
}

Try this code

1 Like

Thanks for your code. Worked.

I added the above lines on Appearance → customize → Additional CSS

:slight_smile: Nice to hear

Have a good day