The edit below will allow you to edit the transparency (background) level of the “More” menu in Layout 1.
BEFORE
AFTER
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 1 - CHANGE MORE MENU TRANSPARENCY ***/
ion-modal-view {
opacity:.95 !important
}
/*** END: LAYOUT 1 - CHANGE MORE MENU TRANSPARENCY ***/
NOTE: The area that affects the transparency is “.95”. The lower the number, the more transparent the menu will be. So if you use “.5” it will be very transparent. Using “1.0” will result in practically no transparency. You can also use numbers such as “.85”.