How to Change Font Color in Main Body Post

Hi there! I have a problem. My question is, how do I change the font color in the main body post?
I’ve been searching this forum, Googling, watching videos, and am still really stumped!
It seems like such a simple task, but for some reason I whatever I’m trying isn’t working.
Is there a CSS Code that I can copy and paste in, to do this?
I’m fixing a website for a friend, and all of her main font in every post is purple, I would like to change it back to black.
Thank you!

Hi Livy Lynn,

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 #main .entry-content {
    color: #000;
}

You can change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin

Ah, yes! It worked Thank you so much! :slight_smile:

You are most welcome here :slight_smile: