Hi guys,
How do I hide the asterisk in the mailchimp signup form?
Hey Jillian,
Try this code in the General Styling > Quick CSS field:
.avia-mailchimp-form abbr.required {display: none !important;}
Best regards,
Mike
That didn’t work unfortunally. It’s the placeholder one.
Hi,
Can you go to mailchimp and make the field not mandatory?
Perhaps this would work: Change Placeholder Text jQuery and CSS styling
Best regards,
Mike
That’s not possible since the e-mail field is the only field. It’s checked by default on Mailchimp.
Hi,
Did you try adding Mike’s code to the very top of quick css so it runs first?
Best regards,
Jordan Shannon
Yes, but no luck.
Hi,
I added this to the bottom of functions.php:
function remove_asterisk_script(){
?>
It is now working
Best regards,
Jordan Shannon
Awesome! Thanks!
Hi,
No problem. I’m glad this was corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon