The Gallery Cover Navigation Arrows code snippet allows for more design capabilities within a MyListing website by applying navigation arrows to Single Listing cover areas.

/* ML - SINGLE LISTING - GALLERY COVER - NAV */
.header-gallery-carousel.owl-carousel .owl-nav.disabled {
display: block;
}
.header-gallery-carousel.owl-carousel .owl-nav>div {
opacity: 1;
visibility: visible;
display: block;
}
.header-gallery-carousel.owl-carousel .owl-nav > div.owl-prev {
left: 20px;
}
.header-gallery-carousel.owl-carousel .owl-nav > div.owl-next {
right: 20px;
}