Round the icon borders and change the icon text of Layout S35

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.

/*** START: LAYOUT S35 - ROUND ICON BORDERS AND ADJUST ICON TEXT SIZE ***/
.layout.s35 .col3 .main-nav ul li,
.layout.s35 .col2 .main-nav ul li { border-radius: 12px !important; }
.layout.s35 .main-nav ul li p { font-size: 16px !important; }
/*** END: LAYOUT S35 - ROUND ICON BORDERS AND ADJUST ICON TEXT SIZE ***/

4) Click Save.