Reply 301441 to: Autohide navigation arrows in sliders for mobile devices

Avatar: Rose Tyler
Rose Tyler
Support staff
September 6, 2021 at 14:24

Hello,

Add the next code in Theme Options > Theme custom CSS > Custom CSS for mobile:

.swiper-entry .swiper-custom-left, .swiper-entry .swiper-custom-right, .swiper-entry:hover .swiper-custom-left, .swiper-entry:hover .swiper-custom-right {
    opacity: 0;
    visibility: hidden;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.