I actually know how to do this now having just asked recently. Use this CSS code
Additional/custom css:
.rpwe-block h3 a {
color: #000;
}
.rpwe-summary {
color: #000;
}
Somewhere in YOUR theme there will be a place you can input this.
Mine was not in the standard place
So check with the authors of our theme.
I used this and was able to change the summary text for the recent post to the color I wanted, but it did not change the hyperlink text color. Will keep looking. Thanks for the reply.
I will only say this to you, there is a default place for code in WP
Main menu – appearance – customize – additional css
But when I put the code in there it did not work.
I am using Divi as my theme.
When I go to Main Menu – Divi – Theme Options at the bottom of that page there is a box called “custom css” when entered here the code worked fine for both body and heading text.
maybe your theme has something like that?
!important?
.rpwe-block h3 a {
color: #000 !important;
}