k8pq Posted October 12, 2023 Share Posted October 12, 2023 SITE: www.kinsmenjournal.com I'm currently utilizing a pop-up from MailChimp on our website which has worked great. The url is pointed to a landing page and we're hoping to disable the pop-up for the landing page only (kinsmenjournal.com/welcome). From searching this post: I know there's a way to target the pop-up with code injection, I just don't know how to target MailChimp pop-ups specifically. Can anyone help me out? Link to comment
Solution tuanphan Posted October 15, 2023 Solution Share Posted October 15, 2023 Do you know how to add code to Welcome Page Header Code Injection? You can add this code <style> div#PopupSignupForm_0 { display: none !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
k8pq Posted October 16, 2023 Author Share Posted October 16, 2023 @tuanphan that worked perfect, thanks so much! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment