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! I'm also trying to make my drop downs .9 opacity. It looks like the dropdown menus have a solid color behind them. How do i get rid of this background color?
.sf-menu > li ul { background-color: none !important; }
Hello, there is additional padding around my sub menu creating a solid white border I need to eliminate. In my CSS I am entering:
.sf-menu > li ul {
padding: none !important;
}
But to no effect. How to I eliminate this padding from my sub menu?
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
Thanks! I'm also trying to make my drop downs .9 opacity. It looks like the dropdown menus have a solid color behind them. How do i get rid of this background color?
.sf-menu > li ul {
background-color: none !important;
}
does not seem to be working
Hey Again,
I see you got it working.
Best
ThemeNectar Support Team