Do you want a call to action banner at the top of your Squarespace 7.1 website, but not on every page? This is definitely possible by following the steps below!!
1.First, follow THIS SQUARESPACE ARTICLE on how to add an announcement bar to your website.
2. If you don’t want the banner on a certain page, hover over the page under “main navigation” or “not linked” and click the settings wheel icon.
3. Click on Advanced and add the code below
<style>
/* remove announcement bar */
.sqs-announcement-bar-custom-location {
display: none !important;
}
</style>
THAT’S ALL THERE IS TO IT!
Thank you! It’s exactly what I was looking for!