Add space around the Title and edit the Text size of the Custom List feature.

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.

/*** START: CUSTOM LIST - EDIT TITLE TEXT AND ADDITIONAL SPACE BETWEEN TITLE ***/
/* Card item */
.module-customlist .card .item.item-custom { border-radius: 12px !important; }

/* Image */
.module-customlist .item_img img { margin: 10px 0; }

/* Title text */
.module-customlist .list .item.item-custom h2 { 
	margin: 10px 0;
  	color: #d50032 !important;
  	font-weight: bold;
    font-size: 20px !important;
}
/*** END: CUSTOM LIST - EDIT TITLE TEXT AND ADDITIONAL SPACE BETWEEN TITLE ***/

4) Click Save.