Okay
  Public Ticket #3123353
Remove Touch indicator from galleries
Closed

Comments

  •  24
    Co-Brains started the conversation

    Hi! I'd like to remove the touch indicator from my galleries, but I'd like to keep the total visualized bar.

    Is it possible to achieve that in css? 

    thank you

    Attached files:  Schermata 2022-09-12 alle 4.46.32 PM.png

  •  8,403
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Co-Brains replied privately
  •  8,403
    Tahir replied

    Hey Again,

    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.color-default {
        opacity: 0 !important;
    }

    Thanks


    ThemeNectar Support Team