Round corners of side menu in Layout Premium A

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 PREMIUM A - OPACITY AND ROUNDED CORNERS - 221219 ***/
#layout_premium_a .user-nav { background: #031022 !important; }

#layout_premium_a .user-nav ul {
background: rgba(255,255,255,0.1);
border-radius: 15px;
}
/*** END: LAYOUT PREMIUM A - OPACITY AND ROUNDED CORNERS - 221219 ***/

4) Click Save.