Okay
  Public Ticket #358688
Nectar Slider Custom Header Color
Closed

Comments

  • Jason started the conversation

    How do I change the color of the header and caption on the nectar slider?

  •  8,847
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
     body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content h2 {
           background-color:#fff !important;
        }
        
        body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content p span {
            background-color:#fff !important;
        }
        body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content p {
            background-color:#fff !important;
        }
    Change the color values as per your liking. 
    Thanks 


    ThemeNectar Support Team