Viewing 1 replies (of 1 total)
  • mc_nate

    (@mc_nate)

    Hey there, Catharina!

    While we don’t offer a one-click solution to remove that specific notation, however, through the CSS, you can set those specific marks not to display! What you’ll need to do is add the following to your site’s Style.css file under “Appearance” -> “Editor” -> “Style.css”:

    .mc_required {
    display: none;}

    and

    #mc-indicates-required {
    display: none;}

    Essentially, what we’re doing is making those asterisks as “hidden”. 🙂

    If we can assist with anything else, give us a shout!

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: MailChimp List Subscribe Form] Hide field indicators and format options?’ is closed to new replies.