This topic has 4 replies, 3 voices, and was last updated 2 weeks, 1 days ago ago by Luca Rossi
I am trying to disable “drag” navigation for the slider on my page. I have already disabled scrolling from Swiper JS, but it seems the theme is still forcing the cursor to turn into the “slide” cursor. How can I disable this?
Hello, @dan,
Thank you for contacting us and for using XStore.
Could you kindly provide a screenshot of the “drag” navigation for the slider, along with your website’s WordPress admin access details in the private content area? This will allow us to thoroughly review the issue and assist you more effectively.
We appreciate your cooperation and look forward to resolving this for you.
Best regards,
The 8Theme Team
By “drag” navigation, I am referring to the fact that the cursor turns into the icon in the screenshot when hovering over the slider.
Hi @dan,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
body .swiper-entry:not(.swipers-couple-wrapper) .swiper-wrapper {
cursor: default;
}
Kind regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up