I’ve tried adding the into the quick css as suggested by the post below, having the result work, showing the button… but also showing the button over top of the product images as well.
https://kriesi.at/support/topic/mailchimp-submit-button/
Any other suggestions? Currently do not have the quick CSS present.
http://cetatek.com/product/aquabionic1/
Thanks,
dnikitiuk
Hey!
Try adding this code to the Quick CSS:
.textwidget #mc_embed_signup .clear {
display: block;
visibility: visible;
height: auto;
width: auto;
}
Cheers!
Josue
Hello Josue,
I’ve tried adding your suggestion, but it has not worked.
The subscribe button shows up…. BUT it also shows up overtop off all the woo commerce product images.
Any other suggestions?
Thanks,
dnikitiuk
Hi!
Try with this:
#footer .textwidget #mc_embed_signup .clear {
display: block;
visibility: visible;
height: auto;
width: auto;
}
Regards,
Josue
Perfect… works great!
You are welcome, glad we could help :)
Happy Holidays.
Regards,
Josue