AnnaB12 Posted May 29 Posted May 29 Hi there, I am trying to change my product grid so that the second image on hover is not transparent. I want it to be full opacity so that customers can clearly see the second image. Can someone help me? I added CSS to change images with links to have an opacity hover effect which might be messing with this but I'm not totally sure. Thank you for the help! nativewest.com/store/
Solution Lesum Posted May 29 Solution Posted May 29 @AnnaB12 Hi! The CSS code you inserted to create an opacity hover effect is causing an issue. To fix the issue, you can try adding this code snippet under Utilities > Website Tools > Custom CSS. .grid-item-link.product-lists-item:hover { opacity: 1 !important; transition: none !important; } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment