Blog Text Color

Hello,

My current blog text color is a dark grey. How can I change it to black?

Thank you!

Please provide me website live preview URL and the exact location of the grey text and I’ll do my best to provide you some CSS rules to change that to black.

Best regards

http://verasfitnesstraining.com/booty-building-secrets/ for example.

The blog text is grayish. I’d like for it to be black.

Hello,

You should try this CSS solution:

body,
#blog .blog-post .blog-post-entry p {
    color: #000 !important;
}

Let me know if everything’s working as expected.

Kind regards