Okay
  Public Ticket #1057137
black border on mobile slider video
Closed

Comments

  •  2
    Kimberley Norcott started the conversation

    Hi, 

    I'm doing sets of sliders with one playing on web and another for mobile that has a button to play the video. I've set all the backgrounds on all the parts of the mobile version to white, but I'm still getting a black border. What am I missing? 

    thank you in advance 


  •  3,030
    Andrew replied

    Hi Kimberley,

    Thanks for contacting us regarding your query.

    This issue can be resolved with the use of Custom CSS Code 

    May I ask you to provide us with the credentials so we may access the site to generate these codes for you.

    I look forward to your reply. 

    Cheers! 

  •   Kimberley Norcott replied privately
  •  8,998
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .swiper-container ,.swiper-slide {
        background-color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team