How do I stop cursor from changing into “slide” cursor when hovering over Sliders?

This topic has 4 replies, 3 voices, and was last updated 2 weeks, 1 days ago ago by Luca Rossi

  • Avatar: dan
    dan
    Participant
    December 8, 2024 at 16:39

    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?

    3 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 9, 2024 at 09:53

    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

    Avatar: dan
    dan
    Participant
    December 9, 2024 at 10:56

    By “drag” navigation, I am referring to the fact that the cursor turns into the icon in the screenshot when hovering over the slider.

    Please contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    December 10, 2024 at 07:13

    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

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.