Viewing 1 replies (of 1 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @michaeltcarlson

    Hope you are well!

    I’ve tested the plugin from my end and could replicate the same. Looks like on your site the color (#737373) is forced on a <p> element with CSS and it is overwritten the plugin’s settings.

    Please add following CSS code to the theme’s CSS editor, or to Appearance > Customizer > Additional CSS:

    .wpoi-content p {
        color:#fdfdfd;
    }

    Let us know how it went!

    Cheers,
    Nastia

Viewing 1 replies (of 1 total)
  • The topic ‘Success Content Color is not correct’ is closed to new replies.