Jump to content

change background color on specific index page

Recommended Posts

Posted

Does anyone know how to change the background color on a specific index page? I'm able to change the background color on the individual page using:

.collection-[id] #siteWrapper {
background-color:#ccc !important;

However, when viewing this page as part of an index, it defaults back to the original color. This is using the Hayden template.

  • Replies 11
  • Views 12.2k
  • Created
  • Last Reply
Posted

To start with this you will need to use the slug of the page in the Index you want to adjust as the id (after the #) will use the page slug.

For example, if your page slug was named home, you could use this code in the main custom CSS tab.


.collection-type-index #home {background:red}



  • 1 year later...
  • 2 months later...
  • 8 months later...
Posted

YASSS!!! Thank you so much! This post needs to be bumped up higher, and probably deserves a blog post or tutorial or something. Here's the code I used:


 .collection-type-index #who-we-serve {
 background-color: #e8eddb, !important;
}

@csmith333 How did you know to target .collection-type-index ? I don't remember seeing that anywhere when I was looking at the code using Google dev tools. Is there some super secret master list of all Squarespace selectors somewhere?

  • 2 years later...
Posted

Help!!! What am I doing wrong?  It looks correct in the Squarespace builder but when I go to check it on another device it's not working...

Quote

.collection-602aa939c1889644fc2abcc1 #pe-class{
  background: #E5E2DA !important
}

@CSmith333 @brandy

Posted
On 2/25/2021 at 1:15 AM, sequoiac said:

And ferret-drum-ndgp.squarespace.com/services is the index I'm talking about. @bangank36

which section you want to change color and the color code you needed?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> No-code customisations for Squarespace

Posted
22 hours ago, bangank36 said:

which section you want to change color and the color code you needed?

Most of the sections have color changes.

 

#pe-class {

  background-color: #E5E2DA;

}

#coaching {

  background-color: #E9C262 !important;

}

#type-confident{

  background-color: #8D623F !important;

}

#ewe{

  background-color: #C883A3 !important;

}

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.