Superfly Image in Body, not menu

Is there a trick to create an image or background image in the blank space in the body of a page? When I open my menu, the empty space in the body is boring my client.

I tried this, but no dice:

 {
  background: url(http://cheperez.com/wp-content/uploads/2019/11/HI-RES-Final-MG-5099medium.2x.1564791857.jpg);
}

Hello Che,

Thanks for writing in!

To accomplish what you have in mind, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

div#sfm-overlay-wrapper #sfm-overlay {
  background: url(http://cheperez.com/wp-content/uploads/2019/11/HI-RES-Final-MG-5099medium.2x.1564791857.jpg);
  background-position: top center;
  background-size: cover;
}

We would love to know if this has worked for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.