I followed the above tutorial and was wondering if it is possible to make the arrow a different color based on where or not my header is transparent or not. Is this possible? I tried adding various classes but could not get it to work.
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
/* would change color only when transparent header is active */div#header-outer:not(.dark-slide)~#ajax-content-wrap.full-page-inner.slider-down-arrow-fulli{
color: #fff!important;
}
https://themenectar.ticksy.com/article/9302/
Hello!
I followed the above tutorial and was wondering if it is possible to make the arrow a different color based on where or not my header is transparent or not. Is this possible? I tried adding various classes but could not get it to work.
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
/* would change color only when transparent header is active */ div#header-outer:not(.dark-slide)~#ajax-content-wrap .full-page-inner .slider-down-arrow-full i{ color: #fff !important; }
Thanks
ThemeNectar Support Team