(Squarespace) Blur content behind mobile overlay menu

To blur content behind mobile overlay menu, you can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or send me an email.

body.header--menu-open #page {
    filter: blur(10px);
}
.header-menu-bg.theme-bg--primary {
    opacity: 0.2;
}

Result like this

1 Like

@tuanphan,

:heart: :heart: :heart: