This topic has 2 replies, 2 voices, and was last updated 4 years, 11 months ago ago by Rose Tyler
Hello!
How disable lightbox for Product Images on mobile, but enable for desktop?
Hello,
Add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.product-lightbox-btn {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up