(Squarespace) How to add Gradient to Mobile Menu

To add Gradient Color to Mobile Menu, like this.

You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or send me an email.

div.header-menu-bg.theme-bg--primary {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
}

1 Like