apyramidoftiles Posted May 21 Share Posted May 21 (edited) Site URL: https://apyramidoftiles.com/shop Hello, I am using the hover effects on my Online Shop product overview page. For mobile view this has an disturbing effect as the product pics turn completely blank when scrolling the product overview page. Is there a custom css code I can use to disable the hover effect for mobile view? Happy for every hint. Thank you! Christina Edited May 21 by apyramidoftiles Site URL was missing Link to comment
Solution tuanphan Posted May 22 Solution Share Posted May 22 You can use this code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { img.grid-item-image.grid-image-cover { opacity: 1 !important; } img.grid-item-image.grid-item-additional-image { opacity: 0 !important; } img.grid-item-image.grid-image-hover { opacity: 0 !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
apyramidoftiles Posted June 5 Author Share Posted June 5 It works perfectly 🙂 Thank you so much!! 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