Okay
  Public Ticket #262124
Nectar Slider Transparent Background
Closed

Comments

  • Kelsey started the conversation

    Hello there!

    I am looking to have a transparent background for all of my nectar sliders. Right now I have a couple PNG\'s of varying sizes in a couple of my nectar sliders and I would like the background to be transparent and not the default black.

    Thank you so much for your help!

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body .nectar-slider-wrap,body .swiper-slide {
        background: transparent !important;
    }
    
    
    
    Cheers


    ThemeNectar Support Team 

  • Kelsey replied

    Hello there! 

    When I put this in it takes out the images from the slider instead, and still has a black background.

  •  8,839
    Tahir replied

    Hey again!

    Can you provide the page url so that i dont have to guess. 

    Thanks


    ThemeNectar Support Team 

  • Kelsey replied

    http://notalifecoach.com/work/

  •  8,839
    Tahir replied

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

    body .swiper-container {
        background: transparent !important;
    }
    body .swiper-slide {
        background: transparent !important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team