Okay
  Public Ticket #228629
Slider help
Closed

Comments

  • Andrew started the conversation

    I would like to hide the buttons on the mobile version of the Nectar Slider, thank you.

  •  8,470
    Tahir replied

    Hey Andrew!

    Add this into the Custom CSS box located in your Salient Options panel :

    @media only screen and (max-width: 470px ) {
        .swiper-slide .content .buttons {
            display: none !important;
        }
    }

    Cheers


    ThemeNectar Support Team