owl-prev and owl-next never display
-
Hello.
I created a carrousel gallery in the home page to display as slides (due to your Slider module not having links).
The problem I have is that even with “Hide prev/next buttons” set to NO, the navigation doesnt display.
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
These arrows are displayed but you don’t see them because your slider is full width and they are out of the container. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woodmart-carousel-spacing-0 .owl-nav > div[class*=next] {
right: 20px;
}
.woodmart-carousel-spacing-0 .owl-nav > div[class*=prev] {
left: 20px;
}