Home Forums WoodMart support forum In the Images gallery carrousel, how to keep the "arrows" always visible Reply To: In the Images gallery carrousel, how to keep the "arrows" always visible

#322792

Hello,

Do you want the buttons to appear on whoever add this code:

body .wd-slider-wrapper .flickity-button {
opacity:0;
}
body .wd-slider-wrapper:hover .flickity-button {
opacity:1;
transition:3s;
}

If you have any questions please feel free to contact us.

Best Regards