Tagged: x Author Posts March 17, 2017 at 8:15 pm #1411715 ItwebdevelopmentParticipant Hi I’d like to make these images a little larger when hovered over: https://gyazo.com/b1f0449cac6a5b4d70050abf086ce892 Here’s the link: https://www.dzdrones.com/product/carbon-fiber-dz-drone-with-goggles-and-remote/ Hope you can help. Thanks! March 18, 2017 at 4:27 am #1411985 ChristopherModerator Hi there, Please add following code in Customize -> Custom -> Global CSS : .woocommerce div.product .images .thumbnails>a:hover { transform: scale(1.2); } .woocommerce div.product .images .thumbnails>a { transform: scale(1.2); transition: all 0.3s linear; } Hope that helps. March 18, 2017 at 3:46 pm #1412295 ItwebdevelopmentParticipant I tried this but it didn’t seem to work. Could you please take a look March 19, 2017 at 6:34 am #1412682 ThaiModerator Please try with this CSS instead: .woocommerce div.product .images .thumbnails>a:hover { transform: scale(1.2); } .woocommerce div.product .images .thumbnails>a { transform: scale(1); transition: all 0.3s linear; } Hope it helps 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1411715 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In