Archived topic
Slideout menu overlay
3 replies · Started by Bernhard on November 18, 2020
Viewing posts 1–4 of 4
Hello,
I want to change the color of the slideout overlay - the black slightly transparent overlay on the right.
I tried
.slideout-overlay {
background-color: rgba(255,255,255,0.3);
}
but it does not work. What shall I do?
Thank you.
Hi there,
try this CSS so it is more specific:
body .slideout-overlay {
background-color: rgba(255,255,255,0.3);
}
Perfect, thank you :)
You're welcome
This archived topic is closed to new replies.