• Resolved TGoedde

    (@tgoedde)


    I can’t get rid of close on “X” function in Jupiter 6 theme. I’ve tried the custom CSS posted on previous support threads but they are all pretty old threads. I have the most current version of WP, Jupiter and Hustle. In behavior settings I have clicked OFF the Pop-up closed by the visitor by clicking on “x” icon, but the X keeps showing up. We are trying to use the pop-up as a click through into a new website for the company and don’t want visitors to be able to get into the old site at all.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @tgoedde,

    Can you try using this CSS and see if that does the trick:

    .hustle-ui .hustle-button-icon.hustle-button-close {
        display: none;
    }

    P.S. “Pop-up closed by the visitor by clicking on “x” icon” will not work as it’s not an option to hide the Close icon but rather to just apply selected behavior when close is clicked.

    Cheers,
    Predrag

    Thread Starter TGoedde

    (@tgoedde)

    Fantastic! That worked. Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove close pop up “X”’ is closed to new replies.