organic_emma Posted December 8, 2020 Share 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 1 Link to comment
Beyondspace Posted December 8, 2020 Share 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); } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
organic_emma Posted December 9, 2020 Author Share Posted December 9, 2020 Excellent! Thank you so much that worked :D Beyondspace 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