Change Font Color

I’m trying to change the font color to black for the text just below the title. In the screenshot, it says “sort of”. When I go into the Color menu, none of my changes seem to have any effect on that particular font. Any suggestions on how to change that? Thanks for your help!

Hi,

Add this Custom CSS in Appearance -> Customize -> Additional CSS,

.post-content .entry-content p {
    color: #000 !important;
}

Let us know,

Thanks,
laranz.