Code to remove “Secured by Memberstack” tag Answered Alex Siale June 25, 2023 15:14 4 comments Is there a way to get rid of the “Secured by Memberstack” from the default sign up modals? Comments 4 comments Sort by Date Votes Julian Galluzzo June 25, 2023 15:16 Add this code: <style> .ms-modal__footer { display: none; } </style> 0 Alex Siale June 25, 2023 15:17 Just straight into the page body? Amazing!! Worked 🔥 THANK YOU 0 Julian Galluzzo June 25, 2023 15:18 No problem! And either would work but yeah body would be best since it's in a modal 0 Marc Hudson January 03, 2024 21:45 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.
Comments
4 comments
Add this code:
Just straight into the page body?
Amazing!! Worked 🔥 THANK YOU
No problem! And either would work but yeah body would be best since it's in a modal
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 🙈
Please sign in to leave a comment.