Paragraph Text Color

In the customizer, under colors, I’ve changed the paragraph text to black. However, the paragraph text of my portfolio posts remains grey. Is there css I need to add to change the paragraph text to black? Help!

Specifically, this is for the portfolio entries.

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the font color by going to Appearance > Customize > Additional CSS and pasting it there.

/*Portfolio color*/
.post-content .entry-content p {
    color: black;
}

Best Regards,
Support