• Hello! Great plug-in, I really liked.

    I need to remove the X-close button (which is top right).
    Or make this button transparent (invisible). Is it possible?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Wow-Company

    (@wpcalc)

    Hello,

    You can use construction wow-modal-close-id (where id – modal window id) in css.
    Example:

    #wow-modal-close-1 {
     display:none;
    }

    Remove the close button for modal window with id = 1

    Thread Starter MukhinDenis

    (@mukhindenis)

    Hello

    Thanks.
    I did everything exactly as you wrote.
    But unfortunately this does not work. I used Simple Custom CSS and JS plugin.

    Denis

    Plugin Author Wow-Company

    (@wpcalc)

    Can you send link on the page with a popup?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove the X-close button’ is closed to new replies.