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

Make Gallery Arrows Always Visible

Pablo Nunez

Hi, is there a way that to make arrows navigation in gallery always visible with CSS?

Thanks, best regards

Hakik Zaman

Hi Pablo,

Thanks for reaching out to us. Please try to add the below CSS at Appearance > Customize > Additional CSS

.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
   left: 0;
}
.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
   right: 0;
}

Then let me know if you wanted something like this or not.

Thank You