owl-nav disabled · Issue #1809 · OwlCarousel2 ... - GitHub
I had the same problem and solved it by CSS display property as bellow: first, inspect your document while it still shows the nav icons, and find the class name of the nav icons and then write the CSS as below: Working for me. .owl-carousel .owl-nav.disabled {. display: block;