Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi @momozzz,
    Currently, there is no option available in the plugin settings to make the background transparent. If you want to make it transparent you can follow these steps
    Step: 1) Go to Your WordPress dashboard go to Appearance -> customize.
    Step: 2) In customize you will see the additional CSS Click it and paste the CSS code snippet provided below.

    .wpcs_overlay_display_cross {
    background: transparent !important;
    }

    Thread Starter momozzz

    (@momozzz)

    Hi,
    Thanks for the quick fix. But is that anyway i can also disable the click on background to close the slider?

    Regards.

    Plugin Author WPExperts.io

    (@wpexpertsio)

    HI @momozzz,
    You can use this CSS code to disable the click on the background. If you have any further questions please feel free to ask.

    .wpcs_overlay_display_cross {
    background: transparent !important;
    position: relative !important;
    }

    • This reply was modified 4 years, 2 months ago by WPExperts.io.
    Thread Starter momozzz

    (@momozzz)

    Hi, thanks for the quick feedback.
    But can the slider remain open when clicking on background?

    Regards.

    Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi @momozzz,
    With the above CSS code mentioned in the previous reply, your requirements are fulfilled.
    Can you please share the video as we have tested it with the above CSS code even if you click on the background the slider will not close.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disable Overlay’ is closed to new replies.