Okay
  Public Ticket #1150126
Nectar slider cursor icon (hand grab)
Closed

Comments

  •  2
    robditoro started the conversation

    Hey there,

    Just wondering how to change the nectar slider cursor icon – currently it is the 'hand grab' icon on-click when 'Enable Swipe on Desktop' is enabled.

    I would like to change this just to the default cursor (pointer).

    Thank you!

  •  9,007
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .swiper-slide {
        cursor: pointer !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    robditoro replied

    Thanks so much!!