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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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