Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Enmanuel Corvo

    (@ecorvo)

    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 ??

    Thread Starter Guido Gilli

    (@guidogilli)

    here the url
    https://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

    Plugin Author Enmanuel Corvo

    (@ecorvo)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Color Title’ is closed to new replies.