Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #938256

    Hi guys,

    How do I hide the asterisk in the mailchimp signup form?

    #938679

    Hey Jillian,
    Try this code in the General Styling > Quick CSS field:

    .avia-mailchimp-form abbr.required {display: none !important;}

    Best regards,
    Mike

    #938680

    That didn’t work unfortunally. It’s the placeholder one.

    #938684

    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

    #940081

    That’s not possible since the e-mail field is the only field. It’s checked by default on Mailchimp.

    #940094

    Hi,

    Did you try adding Mike’s code to the very top of quick css so it runs first?

    Best regards,
    Jordan Shannon

    #940109

    Yes, but no luck.

    #940116

    Hi,

    I added this to the bottom of functions.php:

    function remove_asterisk_script(){
    ?>
    
    

    It is now working

    Best regards,
    Jordan Shannon

    #940467

    Awesome! Thanks!

    #940691

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Hide asterisk mailchimp form’ is closed to new replies.