Jump to content

Change colour of Button in navigation on only one page

Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Hi Jessica,

Every Squarespace page has a unique ID. You can change the color of "Get a Quote" button on a specific page by simply targeting your button in css by first passing that ID as a reference.

So in your case, the below code will work

#collection-6267e45d8e1f69789adf7b8a {
    .header-actions-action--cta {
        .sqs-button-element--primary {
            background-color: #000;
        }
    }
}

You need to put this code in Custom CSS under Design.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.