This topic has 2 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
I have enabled the promo popup in theme options, but I only want the popup when entering my home page, not for every single page of my website.
I have tried to paste custom css code from another support thread to help fix the problem but it doesn’t completely fix it.
Can you please provide custom css solution for me?
Hello,
Unfortunately, there is no such option to shown popup only on a home page.
You can try to add this code in custom css:
#etheme-popup, .mfp-bg, .mfp-wrap {
display: none;
}
.home #etheme-popup, .home .mfp-bg, .home .mfp-wrap {
display: block;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up