This topic has 2 replies, 2 voices, and was last updated 3 years, 2 months ago ago by Rose Tyler
Hi,
How can navigation arrows be auto-hidden in sliders for mobile devices?
Example: products, testimonials widget or blog carousel.
Thanks.
Regards.
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
You must be logged in to reply to this topic.Log in/Sign up