Okay
  Public Ticket #359064
Black bars on top of Necter Slider
Closed

Comments

  • Derrick started the conversation

    Hi,

    I am having problems with the Necter slider on my page.  I am trying to have a video play on the slider but I cannot get these black bars on top and bottom of the video to go away as I scroll up and down page.

    I have tried changing all the Necter Slider settings but nothing seems to solve it.

    The only thing that had an effect was to set the slider_height to a much smaller size than the video is so that it basically scales far into the video, which I don\'t want to do.

    The video is widescreen (864px height).

    I am updated to the recent version of Salient (5.0).

  •  8,410
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .parallax_slider_outer.first-section , .swiper-slide {
        background-color: #fff !important;
        margin-top: -38px !important;
    }
    Thanks 


    ThemeNectar Support Team 

  • Derrick replied

    Thanks!