Home Forums Basel support forum Problems with banner arrows.

Problems with banner arrows.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #74228

    lucassp
    Participant

    Hello,

    The banners on my site are without those arrows to move to the next. I checked the banner settings and the option to hide the arrows is disabled. What could have caused this?

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #74248

    Hello,

    You have set the full-width row and banner carousel has arrows beyond the container, so they are hidden, please add this code to the Theme Settings > Custom CSS.

    .owl-carousel .owl-nav .owl-prev {
        left: 20px;
    }
    .owl-carousel .owl-nav .owl-next {
        right: 20px;
    }
    .owl-carousel .owl-nav>div {
    opacity: 1;
    }

    Best Regards

    #74300

    lucassp
    Participant

    Hi,

    I did it, but when mouse is over the banner the arrow disappears ….

    #74301

    lucassp
    Participant

    Another observation, is that its changing the arrow of testimonial, and I need to change only banner arrow …

    #74315

    Hello,

    Please provide your valid site admin access.

    Best Regards

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