Comments Pablo started the conversationOctober 20, 2016 at 3:59pmHello, I'm trying to take out this semi-transparent black box over the image on the Fancy box but I don't find it the code, can you tell me how to remove it. Thank you in advance PabloPablo repliedOctober 20, 2016 at 4:45pmJoust found it.....nectar-fancy-box .box-bg:after {background-color: rgba(51,51,51,0);} 8,996Tahir repliedOctober 20, 2016 at 5:05pmHey Pablo,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .nectar-fancy-box:hover .box-bg:after { background-color: rgba(51,51,51,0) !important; } Thanks ThemeNectar Support Team Pablo repliedOctober 20, 2016 at 6:35pmOk! Thank you! Sign in to reply ...
Hello,
I'm trying to take out this semi-transparent black box over the image on the Fancy box but I don't find it the code, can you tell me how to remove it.
Thank you in advance
Pablo
Joust found it....
.nectar-fancy-box .box-bg:after {background-color: rgba(51,51,51,0);}
Hey Pablo,
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
Ok! Thank you!