Home › Forums › Basel support forum › Carousel settings – Arrows? › Reply To: Carousel settings – Arrows?
September 11, 2020 at 2:17 pm
#225540
Elise Noromit
Member
Hello,
You need to set Carousel https://prnt.sc/uflsjv then configure the element and arrows appear on hover.
If you want them always shown, add this CSS to the Theme Settings > Custom CSS > Global:
body .owl-carousel .owl-nav > div {
opacity: 1;
}
Best Regards