You can send your questions to my email to get faster answer in 24 hours (free).
Buy me a coffee

Squarespace Gradient Background

Gradient background (All Pages)

Add this code to CSS Custom Box and click Save

/* Site wide gradient */
body {
    background-image: linear-gradient(to right,#c7b7a6,#f1f);
}
.section-background, .section-border {
    background-color: transparent !important;
}

site-wide-gradient-background-01-min

Gradient background (One Page)

#1. Add this code to Page Header Code Injection and click Save

<style>
body {
    background-image: linear-gradient(to right,#c7b7a6,#f1f);
}
.section-background, .section-border {
    background-color: transparent !important;
}
</style>

one-page-gradient-background-01-min

#2. You will have a result like this

one-page-gradient-background-02-min

Header Gradient

Add this code to CSS Custom Box and click Save

/* Header gradient */
header#header {
    background-image: linear-gradient(to right,#c7b7a6,#f1f);
}

header-gradient-01-min

Footer Gradient

Add this code to CSS Custom Box and click Save

/* Footer gradient */
footer.sections {
    background-image: linear-gradient(to right,#c7b7a6,#f1f);
}
footer.sections .section-background, footer.sections .section-border {
    background-color: transparent !important;
}

footer-gradient-01-min

Button Gradient

These codes include: Header button, Form block button, Button Block, Newsletter button, and Continue Shopping button.

Add the below code CSS Custom Box   for these below buttons and click Save

Header button Gradient

/* Header button Gradient */
a.btn {
    background-image: linear-gradient(to right,#c7b7a6,#f1f);
}

header-button-gradient-01-min

Form block button

/* Form block button */
input.button {
    background-image: linear-gradient(to right,#c7b7a6,#f1f) !important;
}

form-block-button-01-min

Button Block

/* Button Blocks */
div.button-block a {
    background-image: linear-gradient(to right,#c7b7a6,#f1f) !important;
}

button-blocks-01-min

Newsletter button

/* Newsletter button */
div.newsletter-block button {
    background-image: linear-gradient(to right,#c7b7a6,#f1f) !important;
}

newsletter-button-01-min

Continue Shopping button

/* Continue Shopping Button */
a.cart-continue-button {
    background-image: linear-gradient(to right,#c7b7a6,#f1f) !important;
}

continue-shopping-01-min

And the result

continue-shopping-02-min

Ask me a question, free

If your site is private or in trial, just setup password and share url. See how to: https://beaverhero.com/squarespace-how-to/
Please check your email carefully. Recently I got a lot of questions with wrong emails.

If you haven't heard from me within 24 hours please check your junk/spam folder