Sliding top menu opacity
Any tips how to make sliding top menu a little bit transparent? Not all black, but let's say the opacity around 50%.
Any tips how to make sliding top menu a little bit transparent? Not all black, but let's say the opacity around 50%.
Comments
Hello,
Please, put the following Custom CSS Code in Betheme -> Theme Options -> Custom CSS & JS -> CSS.
#Header .is-sticky{ background: rgba(0,0,0,0.5)!important; }Thanks