Okay
  Public Ticket #1023889
Remove arrows from basic slider gallery
Closed

Comments

  • Janette started the conversation

    How can I remove the nav arrows on the image gallery basic slider. They don't appear on the first gallery but do on the 2nd ones. 

    See attached.

    Thanks

  •  8,998
    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) :

    .wpb_gallery ul.flex-direction-nav {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team