• Hello,
    Is it possible to disable the hand cursor on hover the carousel? I have links in my row and with the hand cursor is not possible to click on them.
    Thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Daniel

    (@danielvoelk)

    Yes, this is only CSS and can be overwritten however you like. But the cursor on it’s own doesn’t determine if you can click on it or not, it’s only visual I think. (not 100% sure if it’s like this on all devices) ??

    You just need the class of your elements an then you can change it. Here you find all the cursor options: https://www.w3schools.com/cssref/pr_class_cursor.php

    You probably want sth. like that: .dc-carousel .et_pb_row {cursor: pointer;}

    • This reply was modified 1 year, 7 months ago by Daniel.
    Thread Starter JorgeRV

    (@jorgerv)

    It’s true that what I really need is not the cursor but the ability to click on the links and that seems not to be possible as it conflicts with the ability to drag the slides in the carousel.
    Anyway thanks for your help.
    A very good plugin!

    Plugin Author Daniel

    (@danielvoelk)

    You are right, I disabled those clicks because otherwise it would conflict with the dragging. Can you try and add the link one layer down? For example if you have a row carousel, add it to the columns. Does that work?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disabla hand cursor hover.’ is closed to new replies.