Change The Look Of Inactive Thumbnails

By default, WooThumbs sets inactive thumbnails to 20% opacity.

Example of 20% opacity

It’s quite easy to change the look of these with some basic CSS. Take a look at the examples below:

50% Opacity

body .iconic-woothumbs-thumbnails__slide {
    opacity: 0.5;
}
50 percent opacity

100% Opacity

body .iconic-woothumbs-thumbnails__slide {
    opacity: 1;
}
100 percent opacity

WooThumbs for WooCommerce

Enable zoom, sliders, video, fullscreen, multiple images per variation, and customisable layout options for your product imagery.

Was this helpful?

Please let us know if this article was useful. It is the best way to ensure our documentation is as helpful as possible.