Code to remove “Secured by Memberstack” tag Answered

Post author
Alex Siale

Is there a way to get rid of the “Secured by Memberstack” from the default sign up modals?

Comments

4 comments

  • Comment author
    Julian Galluzzo

    Add this code:

    <style>
      .ms-modal__footer {
      display: none;
      }
    </style>
    0
  • Comment author
    Alex Siale

    Just straight into the page body?

    Amazing!! Worked  🔥 THANK YOU

    0
  • Comment author
    Julian Galluzzo

    No problem! And either would work but yeah body would be best since it's in a modal

    0
  • Comment author
    Marc Hudson

    Jeez, that’s embarrassing... I was lead to believe it was something that couldn’t be removed without MS intervention. I’ll try and lean on you guys less in future 🙈

    0

Please sign in to leave a comment.