Archived topic
Image Background on Mobile Menu
4 replies · Started by Francesco on October 8, 2021
Hi Guys,
I would like to add a background image in the mobile menu.
Is it possible? I tried everything I know but nothing.
What I'm doing wrong?
Many thanks.
Francesco
Hi Francesco,
Any chance you can link us to the site in question?
You can use the private information field.
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Hi Ying,
Here's the link.
Many thanks.
Hi there,
you can add a background to the Off Canvas Panel using some CSS eg.
#generate-slideout-menu {
background-image: url(full_url_to_your_image/image.jpg);
}
It works.
Many thanks, David.
Francesco