Comments jutty0069 started the conversationSeptember 11, 2017 at 9:36amHi I searched here to see if i could add a slight background colour to the Nectar Slider and you give this..active_texture { background-color: rgba(0,0,0,0.4) !important;}But that is for the texture overlay is there a way to remove the texture and just use the rgba? 9,016Tahir repliedSeptember 11, 2017 at 10:10amHey,You mean the whole Nectar Slider ?. You will likely have to create a Pseudo css element and overlay on it . Please provide the page url so that i can write up the custom css for whats possible. Thanks ThemeNectar Support Team jutty0069 replied privately 9,016Tahir repliedSeptember 11, 2017 at 10:38amAdd this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .swiper-slide .image-bg:before { content: ''; background: rgba(51, 51, 51, 0.59) !important; display: block !important; width: 100%; height: 100% !important; } Thanks ThemeNectar Support Team 1 Likejutty0069 repliedSeptember 11, 2017 at 10:49amYou are a star once again thanks Tahir Sign in to reply ...
Hi
I searched here to see if i could add a slight background colour to the Nectar Slider and you give this.
.active_texture {
background-color: rgba(0,0,0,0.4) !important;
}
But that is for the texture overlay is there a way to remove the texture and just use the rgba?
Hey,
You mean the whole Nectar Slider ?. You will likely have to create a Pseudo css element and overlay on it .
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
You are a star once again thanks Tahir