If you don’t want to use the text menu that appears when you click the red button in the Fab layout, follow the instructions below to hide it:
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.
/** Begin hide fab layout text menu.*/
.layout.fabmenu .fab .fab1 .links li:before{
content:none;
}
/** End hide fab layout text menu.*/
4) Click Save.