Comments Kate started the conversationSeptember 25, 2015 at 3:01amHi, I would like my header to be semi transparent internally over the nectar slider and then it can be all white when the user scrolls. Is there any CSS for this? 8,990Tahir repliedSeptember 25, 2015 at 11:54pmHey ,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :html body #header-outer[data-transparent-header=\"true\"].transparent { background-color: rgba(255, 255, 255, 0.45) !important; }Thanks ThemeNectar Support Team robert repliedOctober 14, 2015 at 11:25pmhow about the opposite?start transparent and then becomes semi-transparent?thanks 8,990Tahir repliedOctober 15, 2015 at 12:58amAdd this :html body #header-outer[data-transparent-header=\"true\"].small-nav { background-color: rgba(255, 255, 255, 0.45) !important; }Thanks ThemeNectar Support Team robert repliedOctober 15, 2015 at 1:34amgreat it worked thanks! Sign in to reply ...
Hi, I would like my header to be semi transparent internally over the nectar slider and then it can be all white when the user scrolls. Is there any CSS for this?
Hey ,
Thanks
ThemeNectar Support Team
how about the opposite?
start transparent and then becomes semi-transparent?
thanks
Add this :
Thanks
ThemeNectar Support Team
great it worked thanks!