marlenesayers Posted July 30, 2023 Posted July 30, 2023 I have googled this but get answer from 2020 and 2021 that do not work. I simply want to remove the hover effect on the product images when on the store page. It is distracting. I cannot find the exact selector to add pointer: none. Than you
tuanphan Posted August 22, 2023 Posted August 22, 2023 If you share link to store page, we can help easier 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!)
TFantom Posted April 11 Posted April 11 On 8/22/2023 at 11:07 AM, tuanphan said: If you share link to store page, we can help easier https://www.therum.company/shop I need this too. I have a filter, but it's secretly loading all the lifestyles, not just the one for hover - terrible for SEO. Cheers Tom
tuanphan Posted April 16 Posted April 16 You can use this code to Website > Website Tools > Custom CSS 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment