MissHazelJade Posted December 16, 2020 Posted December 16, 2020 Site URL: https://jadeanthony.com/the-regulars/#index Howdy folks! I really need some help targeting a specific Grid Summary Block that I want to add a 2px border to. Right now, I'm using the following code: <style> .summary-thumbnail{ border: 2px solid #A43D5F; border-radius: 50%; </style> But I really only want to add the border, now seen on all round images on the page, specifically to the grid block under the "2021 READING CAST" tab. Can anyone help? The page link is: https://jadeanthony.com/the-regulars/#index Thanks! — Jade
Beyondspace Posted December 16, 2020 Posted December 16, 2020 31 minutes ago, MissHazelJade said: Site URL: https://jadeanthony.com/the-regulars/#index Howdy folks! I really need some help targeting a specific Grid Summary Block that I want to add a 2px border to. Right now, I'm using the following code: <style> .summary-thumbnail{ border: 2px solid #A43D5F; border-radius: 50%; </style> But I really only want to add the border, now seen on all round images on the page, specifically to the grid block under the "2021 READING CAST" tab. Can anyone help? The page link is: https://jadeanthony.com/the-regulars/#index Thanks! — Jade I used Chrome extension Find Squarespace id: Squarespace ID Finder - Chrome Web Store (google.com) 1. Click on its icon to see the id of click 2. click to the section id and replace it with this code, I made it ready for you #block-yui_3_17_2_1_1608078690925_28437 .summary-thumbnail { border: 2px solid #A43D5F; border-radius: 50%; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
MissHazelJade Posted December 16, 2020 Author Posted December 16, 2020 12 hours ago, bangank36 said: I used Chrome extension Find Squarespace id: Squarespace ID Finder - Chrome Web Store (google.com) 1. Click on its icon to see the id of click 2. click to the section id and replace it with this code, I made it ready for you #block-yui_3_17_2_1_1608078690925_28437 .summary-thumbnail { border: 2px solid #A43D5F; border-radius: 50%; } That did what I needed! Thank you so much!!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.