How do I customize the Page Title of Layout Rapi?

The code below to customize the Page Title when utilizing Layout Rapi.

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.

//Begin customize layout rapi page title

.layout.layout_rapi .rapi_title {

font-size: 35px !important;

text-align: center !important;

font-weight: bold !important;

}

//End customize layout rapi page title

4)Click Save.

NOTE: Change the respective lines to fit your needs (size, align, and weight). You can also remove the lines that you don’t need.

IMPORTANT NOTICE: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.