Okay
  Public Ticket #3612790
nectar slider
Closed

Comments

  •  2
    Philipp started the conversation

    On some devices the nectar slider shows a black slide or possibly the background colour and it looks like a glitch. Works fine on my laptop, but the client showed me the issue on different other devices they use in their office - is there any known fix for this? 

    Much appreciate your help

  •  8,405
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

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

    Thanks


    ThemeNectar Support Team