Hi There,
It is actually because of you have used elementor template and it does not inherit id of “page” in the content wrapper.
You needs to add this in custom css for that effect to work:
.edfm-menu-open.edfm_blur_effect ~ div.elementor {
filter: blur(3px);
-webkit-filter: blur(3px);
}
For faster response please send us email at [email protected]
Thanks!