Simple & Carousel List - Card Border Style
Look Demo
Add a border style to the simple and carousel list (auto layout) card style. This plugin uses css editor and works with Squarespace 7.1.
How To Install
From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.
Simple List (Auto Layout)
// Auto Simple List - Border Style // .user-items-list-simple .list-item { border: 2px solid #eee; }
Carousel List (Auto Layout)
// Auto Carousel List - Border Style // .user-items-list-carousel .list-item { border: 2px solid #eee; }
Customize
Change the border values to your liking. settings. Be sure to enable the Card Style within the list’s main settings.