• Resolved queensratchet

    (@queensratchet)


    Hello, thanks for this great plugin….it’s exactly what I was looking for an looking forward to the premium version. My email lead (#4) background is blue….as a result, the link for mailchimp policy is not showing. my site is CryptoZink.io. You click on any of the pages like the free bitcoin guide under “Guide” and you will see it.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi,

    Thanks.

    Add this in WP admin > Appearance > Customize > Additional CSS:

    .optinforms-confirm-checkbox,
    .optinforms-confirm-checkbox a {
        color: #fff;
    }
    Thread Starter queensratchet

    (@queensratchet)

    Thanks for the prompt reply. The text or the checkbox changed to white, but the URL text for mailchimp still can be seen because the link color is the same as my background color. I think a css for the link is needed. See it on the bottom of what is bitcoin page or sidebar to see what i’m talking about.

    Plugin Author WPKube

    (@wpkube)

    Hi,

    Sorry, the specificity of the colors for anchor tags that make it blue is getting higher priority than the CSS code I sent over, here’s a modified version:

    .optinforms-confirm-checkbox,
    .optinforms-confirm-checkbox a {
        color: #000 !important;
    }

    Works perfectly. One last thing. I added the image code to “Custom CSS” under “Form Options” but, no image showing. Am I doing something wrong?

    <img src="https://www.cryptozink.io/wp-content/uploads/2019/09/CryptoZink-Bitcoin-How-to-Guide_Small.jpg" />

    Plugin Author WPKube

    (@wpkube)

    Hi,

    That’s HTML code. That section is for CSS code.

    You can add that HTML code as the subtitle, instead of the “Learn the basics before diving into the world of bitcoin”.

    Thanks, work perfectly.

    Plugin Author WPKube

    (@wpkube)

    You’re welcome.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Mailchimp Policy Link NOT Showing’ is closed to new replies.