This topic has 4 replies, 2 voices, and was last updated 1 years ago ago by Rose Tyler
Hello,
I want to disable all hover effects on touch devices.
For the sample, I have a swap image hover effect on the products.
I want to disable this for touch devices so it will remain only on desktop.
How can I do it?
Thank you!
Hello, Tair Domer,
Thank you for contacting us and for using XStore.
Please try to add the next code in Theme Options > Theme custom CSS > Mobile:
.content-product:hover .image-swap {
display: none;
}
Kind Regards,
8theme team
Thank you, it’s working!
Hello, Tair Domer,
You’re welcome!
Kind Regards,
8theme team
The issue related to '‘How can I disable hover effect on touch devices?’' has been successfully resolved, and the topic is now closed for further responses