• Resolved JamesEarly

    (@jamesearly)


    I just installed your plugin, the free version, and like the way it works in my footer.

    But the font color option is not working. The text shows up a very light gray. No matter what color I choose, it is always gray.

    This light color is hard to read.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @jamesearly,

    Thank you for reaching out to us!
    The theme’s styling overrides the plugin’s.
    To change the color please add this code in Appearance > Customize > Additional CSS:

    .strong-view .testimonial-content p {
    	color: black !important;
    }

    Save and this should fix it.

    Thank you,
    Mihaela

    Thread Starter JamesEarly

    (@jamesearly)

    Thanks,
    That did the trick.

    James

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