Change Font Color on Posts

Hello,

I would like to change the font color to a darker one on the posts text and under the widgets. I have looked around but didn’t see it.

Please advise. I need a darker grey

http://www.sigmalambdaxi.com

site for reference

Hi @sigmalambdaxi,

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

Are you using WordPress on your shared site?

I don’t think so.

Please advise.

Kind Regards,
Movin

I apologize. I am using wordrpress on the blog

My apologies

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 p,
.textwidget,
#page .entry-content {
    color: #000;
}