fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Hide Thumbmails on mobile devices

David Vasold

Hello,

How can i hide my thumbmail gallery pictures on mobile devicesScreenshot_4.png

Tanvirul Haque

Hello David Vasold,

Unfortunately, this feature is not currently available.

But you can hide this with the CSS, so could you please share the product page URL?

Thanks

Tanvirul Haque

Hello David Vasold,

Put the following CSS code inside the customizer additional CSS section, and let me know is it working for you or not.

@media only screen and (max-width: 767px) {
.woo-variation-gallery-thumbnail-wrapper {
display: none;
}
}

Thanks