I'm curious if there is css to make the entire screen gray out when you use the hamburger menu. Currently the header/logo area remains white. Any ideas how to overlay that area too. Thanks!
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
body #slide-out-widget-area-bg {
background-color: rgba(0,0,0,0.4);
z-index: 9999 !important;
}
Hi!
I'm curious if there is css to make the entire screen gray out when you use the hamburger menu. Currently the header/logo area remains white. Any ideas how to overlay that area too. Thanks!
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team