simplyadammann Posted April 24, 2021 Share Posted April 24, 2021 Site URL: https://adammannphoto.com/shop When I hover over a product in my store, it fades into a new image. Is there a way to disable this? I just want a static image for all of my product thumbnails, no hover effects. Link to comment
tuanphan Posted April 27, 2021 Share Posted April 27, 2021 On 4/25/2021 at 12:43 AM, simplyadammann said: Site URL: https://adammannphoto.com/shop When I hover over a product in my store, it fades into a new image. Is there a way to disable this? I just want a static image for all of my product thumbnails, no hover effects. Add to Design > Custom CSS /* Disable Product hover */ .products.collection-content-wrapper .grid-item .grid-image-hover { opacity: 0 !important; } .products.collection-content-wrapper .grid-item .grid-image-cover { opacity: 1 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
simplyadammann Posted April 27, 2021 Author Share Posted April 27, 2021 @tuanphan Worked perfectly. Thank you! Link to comment
tuanphan Posted May 3, 2021 Share Posted May 3, 2021 On 4/28/2021 at 12:30 AM, simplyadammann said: @tuanphan Worked perfectly. Thank you! Do you want to increase right column width on tablet? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.