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: COMMERCEPRO LAYOUT - IPHONE HEIGHT FIX ***/
.platform-ios .layout.commerce .header { margin-top: var(--safe-area-inset-top) !important; }
/* Border removed */
.layout.commerce .header .item { border: transparent; }
/* Search bar */
.layout.commerce .search-bar i.item,
.layout.commerce .header .search-bar input {
background: #EEEEEE !important;
color: #000000 !important;
}
/* Placeholder Text */
.layout.commerce .header .search-bar input::placeholder {
color: #000 !important;
}
.layout.commerce .header .search-bar input::-webkit-input-placeholder {
color: #000000 !important;
}
/* More Menu Items Text Size */
.layout.commerce li p { font-size: 16px !important; }
/*** END: COMMERCEPRO LAYOUT - IPHONE HEIGHT FIX ***/
4) Click Save.