Hi there!
Thanks for your query.
You can use the following code snippet in your custom CSS to have a background image for the modal menu:
#modal-menu {
background-image: url(../images/menu-bg.jpg);
background-position: 50% 50%;
background-repeat:no-repeat;
}
Please use your desired image link in the above code. You have to use the image link that you have already uploaded and kept in your media.
Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.
Best Regards