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 box do not delete it! Simply add this code “below” the last character of code in the box.
/*** BEGIN: LAYOUT CARD - ROUND CORNERS AND ADJUST TEXT AND IMAGES - 230809 ***/
/* Top menu items image */
.layout.layout-card #toggle:checked~.nav .nav-item img {
width: 50px !important;
height: 50px !important;
}
/* Top menu items text */
.layout.layout-card #toggle:checked~.nav .nav-item p { font-size: 16px !important; }
/* User profile picture */
.layout.layout-card .circle {
width: 100px !important;
height: 100px !important;
}
/* Username */
.layout.layout-card .name span { border-radius: 12px; }
/* Menu items */
.layout.layout-card .view-containt .item.item-avatar { border-radius: 12px; }
/* Menu item text */
.layout.layout-card .view-containt .item.item-avatar h2 { font-size: 16px !important; }
/*** BEGIN: LAYOUT CARD - ROUND CORNERS AND ADJUST TEXT AND IMAGES - 230809 ***/
4) Click Save.