Overlay Color, changing default blacks
- The topic ‘Overlay Color, changing default blacks’ is closed to new replies.
Need help? Check out our Support site, then
How do you change the color of the overlay menu?
Trying to change all black default colors to navy blue throughout.
bshs.band
Thanks!
The blog I need help with is: (visible only to logged in users)
Hi there – you can do this with some custom css:
.menu-overlay {
background: darkblue;
}
You can replace ‘darkblue’ with the code for the colour you are using.
Thanks – Ben