(Squarespace) How to add Gradient to Site Body

To add Gradient background to Site Body. You can use this code to Custom CSS box.

body {
     background: linear-gradient(45deg, #ff6b6b, #4ecdc4) !important;
}
.section-background, .section-border, header#header {
     background-color: transparent !important;
}

1 Like