This topic has 2 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hi
I would like to disable the action of sliding the picture (with the hand) on top of a slideshow.
Hello,
Please try to use this custom css code:
.wpb_images_carousel .swiper-container .swiper-slide {
pointer-events: none !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up