Home Forums WoodMart support forum arrows on single product page in desktop display

arrows on single product page in desktop display

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #618131

    chitkaushal1
    Participant

    How to always show the next/previous arrows of the images on the single product page on desktop ?

    #618384

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    @media (min-width: 1025px) {
    
    	body .woocommerce-product-gallery--with-images .wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
    		opacity: 1;
    		pointer-events: auto;
    		transform: none;
    	}
    }

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)