Hi @donuthing,
I understand you are trying to change the text color of some selected widgets. To do that, you will need to use the specific CSS selector(class or id). Can you share with us a link to your site and what changes do you plan to make? Or else you can check this reference here https://d.pr/i/lVxUY0
In this case, instead of changing color to p directly, I will use ID to be more specific of the change, the code will look something like the following:
#text-5 p {
color: #fff;
}
Rynald0s
(@rynald0s)
Automattic Happiness Engineer
Howdy!
We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please start a new thread.
Cheers!