Okay
  Public Ticket #3371560
Flickity Carousel Hover Icon
Closed

Comments

  •  17
    TheSnapAgency started the conversation

    Hi,

    We are using the Flickity Carousel element. Is there a way to remove or replace the hover state icon that follows the cursor around. Ideally we want the arrows but not the circle. Or to replace with our own image/css.

    I've attached a screenshot of the element

    Thanks

    Attached files:  custom cursor.png

  •  2,958
    Andrew replied

    Hello there,

    Thank you for reaching out to us.

    To hide the circle, add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-drag-indicator:before {
        visibility: hidden;
    }

    Thanks,

  •  17
    TheSnapAgency replied

    Thanks, that has worked