Shapely portfolio font color

Hello,
I’m new on this. I’m trying to customize the shapely theme. In the portfolio section, I’ve changed the background color from black to white using:
.shapely_home_portfolio .bg-dark {
background: #FFF;
}
on Apperance - Edit CSS

Now I would like the font to be black in this section but I can’t find the way to make it work.

Could you please help me?
Thanks,
Gemma

Hi Gemma,

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 -> Shapely Options -> Other

.shapely_home_portfolio p,
.shapely_home_portfolio h3 {
  color:#000;
}

Best Regards,
Movin