Archived topic
off canvas overlay settings
3 replies · Started by Ernst Wilhelm on October 7, 2022
Hi. I choose the overlay options for the off canvas panel, because I was curious how it looks. Now I want to reset because I don't like black and white approach. How can I get this done?
Thanks in advance, Ernst Wilhelm
Hi there,
you can simple edit the Customizer > Layout > Off Canvas and change the Style to Slide.
Helpful, thank you. Also with the slide style there is now a kind of transparency over the full screen. Can I remove it somehow?
So the slideout overlay you can change its color using this CSS:
.slideout-overlay {
background-color: transparent !important;
}