organic_emma Posted December 8, 2020 Posted December 8, 2020 Site URL: https://www.crackenbackclinic.com.au/ Hi I'm trying to get the circles on this website to zoom on hover. I've used this code previously in 7.0 that worked, but it doesn't appear to be working for 7.1 #block-yui_3_17_2_1_1606190384602_14094 img:hover {transform: scale(1.1); transition: .4s;} .sqs-block-image {overflow:hidden!important;}
Beyondspace Posted December 8, 2020 Posted December 8, 2020 11 minutes ago, organic_emma said: Site URL: https://www.crackenbackclinic.com.au/ Hi I'm trying to get the circles on this website to zoom on hover. I've used this code previously in 7.0 that worked, but it doesn't appear to be working for 7.1 #block-yui_3_17_2_1_1606190384602_14094 img:hover {transform: scale(1.1); transition: .4s;} .sqs-block-image {overflow:hidden!important;} Could you try this #block-yui_3_17_2_1_1606190384602_14094 { transition: .4s; } #block-yui_3_17_2_1_1606190384602_14094:hover { transform: scale(1.1); } 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
organic_emma Posted December 9, 2020 Author Posted December 9, 2020 Excellent! Thank you so much that worked :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.