This topic has 4 replies, 3 voices, and was last updated 7 months, 1 weeks ago ago by Luca Rossi
Hello
I cannot find the setting for the archive page.
I would like a hover image to be displayed on the archive page on the mobile when you click on the product image.
Where can I set this?
Hello, Eragon,
Thank you for reaching out to us with your query.
Do you mean you want to disable the redirect to the single product page when you click on product images on the Shop page from mobile?
Could you please provide temporary wp-admin and FTP access?
Best Regards,
8Theme’s Team
Yes, that’s exactly what I mean
Hi @Eragon,
Please try adding the following CSS under Theme Options > Theme Custom CSS > Global CSS:
@media (max-width: 480px){
.etheme-product-grid-image a {
pointer-events: none;
}
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up