Okay
  Public Ticket #452598
remove the arrows to the right and left
Closed

Comments

  • Yael started the conversation

    Hi There!

    How can i remove the arrows to the right and left of the nectar slider?

    Thanks in the nectar slider options i only have an option to uncheck the option of removing the down arrow?

  •  8,851
    Tahir replied

    Hey ,

    Could you provide the page url so i can have a look.

    Thanks


    ThemeNectar Support Team 

  •  8,851
    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) :
    .nectar-slider-wrap[data-overall_style=\"directional\"] .swiper-container .slider-prev, .nectar-slider-wrap[data-overall_style=\"directional\"] .swiper-container .slider-next {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team