Okay
  Public Ticket #3038158
pagination icon on pages with carousel
Closed

Comments

  •  8
    jpryce started the conversation

    Hi there

    There seems to be a small pagination icon that follows the mouse pointer round the page on any page containing a carousel. Is it possible to set it so that it only appears when hovering over a carousel?

    James

  •  8,839
    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 svg {
        opacity: 0;
    }
    .nectar-drag-indicator.visible svg {
        opacity: 1;
    }

    Thanks


    ThemeNectar Support Team 

  •  8
    jpryce replied

    Perfect, that worked.

    Ta

    James