Does anyone know how I could possibly remove the additional images thumbnails from the product display page but still have the lightbox perform gallery work?
Hopefully that makes sense![]()
Does anyone know how I could possibly remove the additional images thumbnails from the product display page but still have the lightbox perform gallery work?
Hopefully that makes sense![]()
could add this to your stylesheet
that will remove the the additional image from the product info page but still be visible in lightboxCode:.additionalImages Img {display:none;}
tested on 1.3.9
see it in action
Awesome!
I knew there's a reason i need to learn more about Css!