In this Elementor tutorial, I’ll show you how to blur the background overlay when using a Popup.
CSS Code:
selector{
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
In this Elementor tutorial, I’ll show you how to blur the background overlay when using a Popup.
selector{
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}