Jump to content

Adjusting background colours in a Simple List section

Go to solution Solved by JayVanDyke,

Recommended Posts

Posted

Hello

Could someone please help me how to change the background colour of the first card called Notfall?
Attached the screenshot. We would like to differentiate the first step from the rest and I could only find how to exchange the backgrounds everywhere. 

Thank you so much!
Natasa

pw: NSA2023

Screenshot 2023-12-11 at 16.49.20.png

Posted

@hello_studiofrey this should work. Add to your Custom CSS

 

[data-section-id="65798fa962771a6b7f4a6a5a"] {
  .list-item:first-child {
    background-color: #999; //change this to whatever color your need
  }
}

 

  Did I help you? Buy me a coffee!

👨‍💻 Bergen Design Co.

💻  I'm for hire on Upwork!

🕸️ Squarespace Experts  

🖥️ 99Designs

 🛠️ Web Designer's Toolkit

**some of these contain affiliate links

Posted

@jaeveedee Thank you very much for your help, the ID was not correct but I exchanged it with the correct one and it works well. Would it be possible to change the colour of the Title as well? Here is the code I'm using for the background adjustments: 

section[data-section-id="655e25547b021336a79e6019"] .list-item:first-child {
    background-color: #dee0e8;
}

Posted

@hello_studiofrey just needs to be more specific, see if this does it.

section[data-section-id="655e25547b021336a79e6019"] .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__title {
  color: #cf2f26;
}

  Did I help you? Buy me a coffee!

👨‍💻 Bergen Design Co.

💻  I'm for hire on Upwork!

🕸️ Squarespace Experts  

🖥️ 99Designs

 🛠️ Web Designer's Toolkit

**some of these contain affiliate links

  • 2 weeks later...
  • Solution
Posted

@hello_studiofrey This should do it

section[data-section-id="655e25547b021336a79e6019"] .user-items-list-simple .list-item[data-is-card-enabled="true"]:first-child .list-item-content__title {
  color: #cf2f26;
}

 

  Did I help you? Buy me a coffee!

👨‍💻 Bergen Design Co.

💻  I'm for hire on Upwork!

🕸️ Squarespace Experts  

🖥️ 99Designs

 🛠️ Web Designer's Toolkit

**some of these contain affiliate links

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.