13

How to Add Gallery Cover Navigation Arrows to Your MyListing Website

Powered by WPCodeBox

Enhance your MyListing website design with the Gallery Cover Navigation Arrows code snippet. Easily add navigation arrows to Single Listing cover areas for improved user experience and visual appeal.


/**
 * Author: MyListing Club
 * Author URI: https://mylisting.club
 */

.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;
}

Other Snippets

WPCodeBox is a WordPress Code Snippets Manager that allows you to share your WordPress Code Snippets across your sites.