Archived topic
Slide out navigation background
3 replies · Started by TJ on March 25, 2018
I just updated gp plugin with slide-out menu changes. However, I'm not
crazy about how my website now darkens when the slide-out menu is out.
Previously the slide-out menu extended out but the website in the background remained
the same. I don't see any way to change this with the updated settings. What css
can I add to change this... I hope this makes sense. Thanks!
Hi there,
This should removes it:
.slideout-overlay {
background-color: transparent;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This worked perfectly... thanks a bunch!!!!
No problem!