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 until you get to the Advanced SCSS box and paste the following code. 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 code below.
/*** BEGIN: LAYOUT S35 - CHANGE MENU HAMBURGE ICON TO IMAGE ICON ***/
/* Menu Open Button */
.layout.s35 .homenav_menu_btn {
background: url(https://i.imgur.com/vVHK5eu.png);
background-size: 100%;
width: 30px;
height: 30px;
}
.layout.s35 .homenav_menu_btn i { visibility: hidden; }
/* Menu Close Button */
.layout.s35 .sidenav_close_btn {
background: url(https://i.imgur.com/vVHK5eu.png);
background-size: 100%;
width: 30px;
height: 30px;
}
.layout.s35 .sidenav_close_btn i { visibility: hidden; }
/*** END: LAYOUT S35 - CHANGE MENU HAMBURGE ICON TO IMAGE ICON ***/