Hi, I’ve recently changed theme and for some reason the text in the titles of widgets is now not changing to match the text color specified in the widget settings, but staying black (which I assume is default). This wouldn’t be so much of a problem if I didn’t have rows with a black background :-)
I’ve searched and found a fix for the editor widgets, which is to use css targetting the specific widget as in this example:
#pgc-939-3-1 .widget-title { text-align: center; color: #fff; }
This works ok, although is a bit of a longer way than having a ‘title text color’ option! However, in the feature widget I haven’t managed to work out how to change the title of each feature, so they are still black.
An example, in my site the words ‘scientifically proven’ etc used to match the rest of the text.
If anyone knows a workaround (or why it seems that quest theme is doing something differently to modality), that’d be of great help!
To clarify, I am not trying to change the color of *all* feature widget titles, as some are on black backgrounds and some are on white.
Thanks in advance!