Home › Forums › Basel support forum › Mobile Zoom İmage › Reply To: Mobile Zoom İmage
January 13, 2018 at 1:39 pm
#33296
Artem Temos
Keymaster
But it is not our zoom function since it comes with WooCommerce plugin by default. You can check with other themes too. And as you can see, our theme has an option to disable it if you don’t line. But there is no way to disable it on mobile devices only. If you want, we can give you a CSS code to hide it mobile devices, but the popup will be opened only when you click on the icon. Here is a code for this
.zoomImg {
display: none!important;
}
add it for mobile devices only in Theme Settings -> Custom CSS.
Regards