Plugin Author
WPKube
(@wpkube)
Hi,
Thanks.
Add this in WP admin > Appearance > Customize > Additional CSS:
.optinforms-confirm-checkbox,
.optinforms-confirm-checkbox a {
color: #fff;
}
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”.