Layouts 4 / 6… Make Folder icons full size

Use the code below to make full size Folder icons.

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 below code.

LAYOUT 4

/*** BEGIN: LAYOUT 2 - FOLDER ICONS FULL SIZE ***/
.folder-layout.folder-l2 .folder-l2-row div.folder-l2-col {
background-size: cover !important;
}
/*** END: LAYOUT 2 - FOLDER ICONS FULL SIZE ***/

LAYOUT 6

/*** BEGIN: LAYOUT 6 - FOLDER ICONS FULL SIZE ***/
.folder-layout.folder-l6 .folder-l6-row div.folder-l6-col {
background-size: cover !important;
}
/*** END: LAYOUT 6 - FOLDER ICONS FULL SIZE ***/

4) Click Save.

NOTE: Change “l2” (or “l6”) to the layout that you’re using. Ex: l3, l4, l5, etc.