Use the code below to change the menu text/title color when using Layout Farah.
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.
/** Begin change layout farah menu text color*/
.layout.layout_farah .farah_item .farah_title {
color: #ffffff;
}
/** End change layout farah menu text color*/
4)Click Save.
NOTE:Change the hex color (“ffffff”) to fit your needs.