Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pyaw

    (@pyaw)

    I resolve this with CSS

    body.logged-in .ypop-overlay{
    display:none!important;
    }
    
    body.logged-in .ypop-modal.open,
    body.logged-in .ypop-modal.open .ypop-wrapper {
        display:none!important;
    }
    businessglow

    (@businessglow)

    it worked! thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Open popup not logged users only’ is closed to new replies.