Ok, sounds like a CSS conflict. I will be more than happy to help, can you share a URL where I can see this live. Then I can suggest a fix 🙂
here the url
http://www.carcanograssi.it/ita/info/
with theme:
Business EliteVersione: 2.1.5 web-dorado.com
i have solved writing the title like this
<span style=”color:#FFF”>DOVE_COSA_COME_</span>
is not beatiful but working
if you have othe suggest …
the problem is also present in the text field
It looks like your theme is using important in the stylesheet thus overwriting the styles of the plugin. Try this:
h3.title span {
color: #ffffff;
}
Replace #ffffff with the color you like.