LucieGbt1993 Posted July 22 Posted July 22 Hi, I have implemented a list module in order to display some information. I would like the cards of each element to have rounded corners - border-radius : 20px. Could you please help me implement this? https://www.elige-conseil.com/notre-methode / password : eligeconseil2024 Thanks very much, Lucie
Solution Ziggy Posted July 22 Solution Posted July 22 You can try this Custom CSS: .user-items-list-simple .list-item[data-is-card-enabled="true"] { background-color: var(--list-section-simple-card-color); border-radius: 20px; } You may also want to add a radius to the image in the top corners, so this might be worth try as well: .user-items-list-simple .list-item-media-inner:not([data-aspect-ratio="original"]) .list-image { border-radius: 10px 10px 0 0; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Ziggy Posted July 22 Posted July 22 1 hour ago, LucieGbt1993 said: Brilliant, thanks very much for your help ! No problem, can you mark my post as the solution and give it a like? Thanks! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment