Site logo

Archived topic

Color behind Off Canvas Menu

3 replies · Started by John on August 26, 2020

Viewing posts 1–4 of 4

Hi!

The mobile off-canvas menu slides open from the left taking up about 75 percent of the screen.

The remaining 25 percent of the screen is an opaque black. I'd like to change this to a different color.

Can this be done in the customizer or is custom CSS needed?

Thanks!

John

Thank you, Leo.

I threw in some opacity too.

.slideout-overlay {
background-color: rgba(215, 219, 221, 0.5);
}

John

No problem :)

This archived topic is closed to new replies.