Avada › Forums › Community Forum › Product Image Roll Over (Woocommerce)
Tagged: woocommerce, image rollover
-
AuthorPosts
-
Is there a way to remove the “Add to Basket” link in the Image Rollover for products listed on a Woocommerce shop page? Would still like the Details link to remain.
I can see there is an option to disable the Image Rollover feature globally, but this would impact Blog and Portfolio posts which I wouldn’t want to do. If disabling it in Woocommerce is an option, I could go for that as the second best option.
Thanks.
Hi,
Not sure if you ever got your reply, but you can target it with this in custom CSS:
.products .fusion-rollover {
display:none;
}Hope that works for you in the way you want.
Cheers,
Tom
Brilliant! This has worked for me, thank you. I’ve been searching for far too long, I almost gave up.
The one thing i cannot do now, is access this product by the image. How can i fix this please?Any help is always appreciated 🙂
Nevermind! I sorted it.
Thanks again 🙂 -
AuthorPosts
- You must be logged in to reply to this topic.