I've been long time looking for a setting included in the theme, that allow me to set h2/h3/h4/h5 and h6 color in automatic for all post. I'm still not finding any setting that allow me to do that. Could you pls help me to understand if it's there but I didn't find it or there's not a setting for that? If it's usefull for you to know, I'am currentlu using Gutenberg the dafault page editor of wordpress
Hello,
I've been long time looking for a setting included in the theme, that allow me to set h2/h3/h4/h5 and h6 color in automatic for all post. I'm still not finding any setting that allow me to do that. Could you pls help me to understand if it's there but I didn't find it or there's not a setting for that? If it's usefull for you to know, I'am currentlu using Gutenberg the dafault page editor of wordpress
Let me know
Thank you
Rita
Hi,
You can add more this code to Customize > Custom CSS to do that:
.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6{ color: #ff0000; }Change color code ff0000 to any color code as you want. You can get a color code here
We will consider to add more this feature in the future updates
Best Regards,
PenciDesign