• Resolved kostaatanasov

    (@kostaatanasov)


    Hi! Amazing plugin, great and simple! Loving it!

    I have question and a possible bug:

    1. How can I change the default amount of blur, saturation and darkening of the background, when a popup pops up?

    2. When the popup background uses a repeating image, on popup only one instance of the image is displayed and the rest of the background is transparent.

    Thank you for your time!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Philipp Stracker

    (@strackerphil-1)

    Hi @kostaatanasov

    Thanks for your feedback, great to hear that you enjoy our plugin ??

    The overlay effect can be changed by adding custom CSS to your page – e.g., child-theme style.css or via wp-admin > Divi > Theme Options > Custom CSS (at the bottom)

    Here’s a sample CSS specification to demonstrate the selector:

    .da-overlay-visible .da-overlay {
        backdrop-filter: brightness(200%) saturate(150%) blur(50px);
        background-color: #fff8;
    }
    

    About the repeat image: That’s right, there seems to be a minor CSS glitch in the current plugin version, and we’ll address this in the next update. Thanks for reporting that issue ??

    Philipp ??

    Thread Starter kostaatanasov

    (@kostaatanasov)

    Thank you so much, Philipp, this solved my problem! Awesome! Have a great weekend!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I change the default blur, saturation, overlay? + bug’ is closed to new replies.