Hi,
I created an embedded sign up form in Mailchimp and copy pasted the embed in WordPress. The sign up form appears on the website in the side bar but the “subscribe” button is not there.
Can you please help set up the sign up form perfectly?
Thanks!
I have tried to remove “<div class=“clear”>” from the embed but it does not work. I also tried to replace “clear” with “show” and it still does not work.
Please let me know what I can do resolve this issue.
Thanks in advance!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#mc_embed_signup_scroll .clear {
visibility: visible!important;
width: auto!important;
height: auto!important;
}
Cheers!
Yigit