Heading color

Hi guys,
is it possible to change the heading color only for the category or archive heading?
I configured this in the additional css section with the following code:

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

Unfortunately this code changed the headings in the blog-posts too.

My test-homepage is this.

Thanks for your help!
Heiko

Hey there,
I hope you’re doing well today

To do this you’d have to add the category and archive class to each element. For example.

/color for post title for archive and category posts/
.archive .category .entry-title a {
color: #cf1fcf !important;
}
/color for header text arcive and category posts/
.archive .category h1, .archive h2 {
color: #cf1fcf !important;
}
Best Regards,
Support

Hi,

it works great! Thank you very much for your fast support.

Best regards,
Heiko

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support