Archived topic
background image in slide-out side bar
5 replies · Started by Rachael on May 26, 2017
Hi, is it possible to use a background image for the slide-out menu? If so, how do I go about doing that? Thank you.
Right now you would have to apply it to the primary menu if using the options.
You can use CSS though - do you want to add a BG image to the entire area, or just the menu items?
the entire area please.
Try this:
#generate-slideout-menu {
background-image: url("URL HERE");
background-position: center center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
I will try that. Thank you.
You're welcome :) Let me know if it works out!