disable arrows hover on banner carousel
-
when hovering on banners carousel and also on images gallery carousel the arrows go out of bounds.
is it possible to disable hover so that the arrows will stay in place?
Hello,
Please enter the Banner carousel element and disable the prev and next buttons as shown: https://prnt.sc/vt3zkj
Best Regards
look at the arrows in the bottom of the page.
when i hover they move to the sides… how can i disable the movement to the side?
i don’t want to disable the arrows themselves only the hover effect,
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .owl-carousel .owl-nav>div {
opacity: 0;
}
body .owl-carousel:hover .owl-nav>div {
opacity: 0;
}
Best Regards