Fully customize the Squarespace Auto List Carousel with our newly-added CSS hacks.
Original post:
https://www.ajmexperience.com/learn-p...
For more CSS code to enhance your website designs, check out the rest of the learn series:
https://ajmexperience.com/learn
Get our free CSS Selector Cheat Sheet:
https://www.ajmexperience.com/css-che...
Get our full CSS Library:
https://www.ajmexperience.com/squares...
Check out our favorite testimonial slider widget → https://dash.elfsight.com/demo/testim...
——————
HERE'S THE CSS:
// add a border //
.user-items-list-carousel .list-item {
border: 3px solid #7cccbd; }
// round the corners //
.user-items-list-carousel .list-item {
border-radius: 8px !important; }
// change title color //
.user-items-list-carousel .list-item .list-item-content__title {
color: #7cccbd !important; }
// change description color //
// tip! you can add any other CSS for the text here //
.user-items-list-carousel .list-item .list-item-content__description {
color: #7cccbd !important; }
// change bold description color //
// tip! you can add any other CSS for the text here //
.user-items-list-carousel .list-item-content__description b, strong {
color: #7cccbd; }
// change background color //
// tip! make sure you have Card toggled on in the Style settings //
.user-items-list-carousel .list-item {
background: #000000 !important; }
// change button colors //
.user-items-list-carousel .list-item .sqs-block-button-element {
background: #fac827 !important; color: #000000 !important; }
My favorite way to use this is to apply the CSS to only one carousel card:
All you need to do is tell the CSS which carousel item you want changed. Just change the number to match the carousel item you’re hoping to target:
.user-items-list-carousel .list-item:nth-child(4)
So, for example, if you want to add a border to just one carousel item:
.user-items-list-carousel .list-item:nth-child(4) {
border: 3px solid #7cccbd; }
——————
AJM EXPERIENCE
🖥 A marketplace for graphic designers, Squarespace lovers, & CSS nerds: https://www.ajmexperience.com/
☕️ Buy me a coffee: https://www.buymeacoffee.com/ilyajm
Thanks for watching and hope you learned something. My name is Amanda Jones McNay and I am a Squarespace web designer and CSS nerd. I have designed well over 100 different Squarespace sites for clients and have used custom CSS code in every one of them. My site is dedicated to helping all CSS designers to perfect their craft and create cool sh!t.
——————
This article contains affiliate links. Whenever you buy something through one of these, I get a small commission, without any extra cost to you :)