Hi,
How can navigation arrows be auto-hidden in sliders for mobile devices?
Example: products, testimonials widget or blog carousel.
Thanks.
Regards.
Theme version: 8.0.5 WooCommerce version: 5.6.0Hello,
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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.