Comments Jonathan started the conversationSeptember 1, 2015 at 4:04amHi There,I am trying to edit the buttons on the nectar slider with CSS so I can do different colors for each slide. However, it seems like it is already pulling !important css... Any ideas how I can override it?Thanks!JW 8,987Tahir repliedSeptember 1, 2015 at 9:46pmHey, Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : body #ajax-content-wrap .nectar-slider-wrap .swiper-slide:nth-child(1) .content span { color: #f00 !important; } body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content span { color: #ff0 !important; }Thanks ThemeNectar Support Team Jonathan repliedSeptember 2, 2015 at 12:40amHi Tahir,That just seems to edit the content/titles but doesn\'t effect the buttons.Cheers,JW 8,987Tahir repliedSeptember 3, 2015 at 8:40pmHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :div[data-button-sizing=\"large\"] .swiper-slide:nth-child(1) .button a { color: #2A9FE6 !important; }Thanks ThemeNectar Support Team Sign in to reply ...
Hi There,
I am trying to edit the buttons on the nectar slider with CSS so I can do different colors for each slide. However, it seems like it is already pulling !important css... Any ideas how I can override it?
Thanks!
JW
Hey,
Thanks
ThemeNectar Support Team
Hi Tahir,
That just seems to edit the content/titles but doesn\'t effect the buttons.
Cheers,
JW
Hey Again,
Thanks
ThemeNectar Support Team