How To: Promo Popup on Home Page Only - by zone7hills

This topic has 2 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler

  • Avatar: maxdrums89
    zone7hills
    Participant
    February 23, 2017 at 21:38

    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?

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 11:38

    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.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.