Problems with banner arrows.
-
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.
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
Hi,
I did it, but when mouse is over the banner the arrow disappears ….
Another observation, is that its changing the arrow of testimonial, and I need to change only banner arrow …
Hello,
Please provide your valid site admin access.
Best Regards