Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hal Gatewood

    (@halgatewood)

    That is strange. Is there a URL to the rotator so I can see it and give you some code to add to your site?

    Is there a solution to this problem, as I’m struggling with it myself

    Plugin Author Hal Gatewood

    (@halgatewood)

    Try targeting it directly with CSS. Put something like this in your style.css of your theme folder:

    .testimonial_rotator_quote { color: red; }

    if that doesn’t work try adding in an element with an ID, like if you have a <div id=”content”> somewhere on the page:

    #content .testimonial_rotator_quote { color: red; }

    This should take precedence over the inline style being added, if you are still having problems, you can add the dreaded !important style:

    .testimonial_rotator_quote { color: red !important; }

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