Bluemonque Posted September 29, 2022 Share Posted September 29, 2022 Site URL: https://crow-manatee-3gjr.squarespace.com I'm working on a new website. All the images in the new website have rounded corners but it's not possible within Squarespace for the featured images. Can anybody help me with coding these corners? It's for the featured images on the blog items / pages. Website and password: https://crow-manatee-3gjr.squarespace.com/ Dy<vPg?r&/^3B{9F Thanks a million! Link to comment
Solution Ziggy Posted September 29, 2022 Solution Share Posted September 29, 2022 Try this in the Custom CSS, you'll have to adjust the pixel radius to suit your design: .sqs-block-summary-v2 .summary-thumbnail { border-radius:20px; } Bluemonque and I-FT 1 1 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? Link to comment
derricksrandomviews Posted September 29, 2022 Share Posted September 29, 2022 (edited) If you switch to using summary blocks as your front facing blog page, then you have a lot of control over the items in the block. Here is some code I use to change the block items to just about any shape by adjusting the border radius along with a box shadow: .sqs-block-summary-v2 .summary-item { background-color: #ffffff; border-radius: 15px 70px 15px 70px; -webkit-box-shadow: 0px 0px 15px rgba(100, 100, 100, 100.1) !important; -moz-box-shadow: 0px 0px 15px rgba(100, 100, 100, 100.1) !important; box-shadow: 6px 5px 15px rgba(100, 100, 100, 100.1) !important; } https://myrandomviews.com/blogsummary Edited September 29, 2022 by derricksrandomviews Bluemonque 1 Link to comment
Bluemonque Posted September 29, 2022 Author Share Posted September 29, 2022 7 hours ago, Ziggy said: Try this in the Custom CSS, you'll have to adjust the pixel radius to suit your design: .sqs-block-summary-v2 .summary-thumbnail { border-radius:20px; } Thanks a million!!! This works for me! derricksrandomviews 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment