How do I change the colour of the main content of posts and pages

How do I change the colour of the main content of posts and pages.
When I make a new page with content, all the text shows up in grey colour. How can I change it to black so that the visibility is better? Thanks

Hi @emmafox,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


#page .entry-content {
    color: #000;
}

Best Regards,
Movin

Thanks for your help

You are most welcome here :slight_smile: