Disable product navigation on mobile comppletely
-
Hi, I asked you previously how i can disable product navigation on mobile because it barely usable due to tiny arrows size. You provided me with following css code which is working fine:
.single-product .woodmart-products-nav{
display:none;
}
See forum topic – https://xtemos.com/forums/topic/product-navigation-on-mobile/
The code is working fine as I said. But adjacent product images are still loaded on mobile although they are not needed. Can you please provide me with a way to get rid of loading of these images needed for product navigation only.
Hello,
In this case, you will need to customize the file that contains this HTML code and remove your images /inc/integrations/woocommerce/template-tags.php. Sorry, but we don’t have an instruction for such customization.
Kind Regards
OK, please consider implementing disabling product navigation completely for mobile only.