(Squarespace) How to add Gradient to Dropdown Menu

To add Gradient to Dropdown Menu, like this.

You can use this code to Custom CSS box.

div.header-nav-folder-content {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
}

1 Like