Home › Forums › WoodMart support forum › Brands autoplay › Reply To: Brands autoplay
July 16, 2018 at 1:58 pm
#67818

Elise Noromit
Member
Hello,
Please add this CSS to the Theme Settings > Custom CSS to make arrows always visible.
.brands-carousel > .owl-carousel .owl-nav>div {
transform: translateY(0);
-webkit-transform: translateY(0);
opacity: 1;
visibility: visible;
pointer-events: visible;
}
Best Regards