This topic has 4 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler
Hi,
How can I remove the “Don’t show this popup again” button and text? I have the popup set to not show up automatically and it has a newsletter signup form inside it so it doesn’t make sense for users to see this option.
I tried this code in global CSS but it didn’t work: .white-popup-block .checkbox-label {display: none;}
Thanks!
Hello,
Please add this code:
#etheme-popup .checkbox-label {
display: none;
}
in Theme Options > Custom css > Global custom css.
Do not forget to clear cache before checking the result.
Regards
Hi Rose,
I added this code to Custom css > Global custom css, cleared the cache, and the box is still showing.
The full content in my Royal Theme Global CSS box is…
.product-information .email-link {
display: none;
}
#etheme-popup .checkbox-label {
display: none;
}
You must be logged in to reply to this topic.Log in/Sign up