How do I add a background image to the menu of Layout F1

Follow the instructions below to add a background image to the menu of Layout F1.

1) Log into your App Manager and select your app.

2) Click Colors from the left-hand-side of the screen (or the middle of the screen).

3) Scroll down to the Advanced SCSS box. If there is already code in the advanced SCSS box, do not remove it. Start a new line “after” the last character in the box, then paste the above code.

/*** BEGIN: LAYOUT F1 - ADD BACKGROUND IMAGE TO MENU ***/
.layout.f1 .menubox {
	background: url(https://images.pexels.com/photos/7130560/pexels-photo-7130560.jpeg) !important; /* size = 2000x1333 */
    background-size: cover !important;
}
/*** END: LAYOUT F1 - ADD BACKGROUND IMAGE TO MENU ***/

4) Click Save.