Home Forums Basel support forum disable arrows hover on banner carousel

disable arrows hover on banner carousel

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #246237

    lands
    Participant

    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?

    #246261

    Hello,

    Please enter the Banner carousel element and disable the prev and next buttons as shown: https://prnt.sc/vt3zkj

    Best Regards

    #246570

    lands
    Participant

    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,

    #246616

    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

Viewing 4 posts - 1 through 4 (of 4 total)