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

A single blackground color accross Multiple Sections

To make a background color span between multiple sections, you can follow these steps

#1. Suppose you need to do this for Section 1, Section 2, and Section 3.

First, you need to edit 3 Sections > Add Code block on each section > Paste this code

<span class="span-section"></span>

A-single- Background-Image-across-Multiple-Sections-01-min

#2. Add this code to the Custom CSS box and click Save

/* Span background color between sections */
.span-section-parent {
  & {
  background-color: #f1f !important;
}
.section-background, .section-border, section {
  background-color: transparent !important;
}
}

A-single-background-color-across-multiple-sections-01-min

#3. Add this code to Code Injection > Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
$(document).ready(function() { 
        $('.code-block .span-section').closest('section.page-section').addClass('span-section');
  $('section.span-section').wrapAll('<section class="span-section-parent"></section>');
    });
</script>

A-single-background-color-across-multiple-sections-0.2-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