Additional/custom css:
.rpwe-block h3 a {
color: #000;
}
.rpwe-summary {
color: #000;
}
While I greatly appreciate you taking the time to send this code over it doesn’t appear to have made any change.
I unclicked the “use default styles” box, I assume that is correct?
I added the extra lines you sent into the code for each item. Mine looks like this
.rpwe-block h3{
background: none !important;
clear: none;
margin-bottom: 0 !important;
margin-top: 0 !important;
font-weight: 400;
font-size: 12px !important;
color: #5f497a; !important;
line-height: 1.5em;
}
.rpwe-summary{
font-size: 12px;
color: #000; !important;
}
What am I doing wrong? I see zero change.
Appearance->Customize->Additional CSS and extra css…
Yes I put it in there as well, but still no color change.
OK I got it, there is another CSS place for the theme I am using Divi in the theme options and when I put the code there and put the important tag correctly it’s working like a charm..
Thank you very much for your patience, greatly appreciated.