Okay
  Public Ticket #1442775
black background of the nectar slider
Closed

Comments

  • Raphael started the conversation

    I need to make a slider with png files but the nectar slider has a black background that I can not make disappear in the code worry. 

    Where can I find this option?
    Thank you

  •  8,470
    Tahir replied

    Hey,

    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: transparent !important;
    }

    Thanks


    ThemeNectar Support Team