Adjust the titles on the Custom Slider feature.

Follow the instructions below to adjust the Titles on the Custom Slider feature. This will hide the top Titles and enable you to bold and change the font size of the bottom Titles.

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: CUSTOM SLIDER - ADJUST TITLES - 230317 ***/
/*  Hide Slider Title */
.module-customslider span.slider-title { display: none !important; }


/*  Customise Slide Title Text */
.module-customslider .slide-title {
 	font-size: 16px !important;
    font-weight: bold !important;
}
/*** END: CUSTOM SLIDER - ADJUST TITLES - 230317 ***/

4) Click Save.