Edit the footer menu text of Layout S39.

Follow the instructions below to adjust (color, size, etc) the footer menu text of Layout S39.

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

/*** BEGIN: LAYOUT S39 - ADJUST FOOTER MENU TEXT ***/
.layout.s39 .footer_menu a p {
	font-size: 14px;
	color: #023047 !important;
  	font-weight: bold;
}
/*** END: LAYOUT S39 - ADJUST FOOTER MENU TEXT ***/

4) Click Save.