Hide menu icon in Layout Premium A

If you want to hide the login/register link when using Layout Premium A, follow the instructions below:

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.

/*** START: LAYOUT-PREMIUM A - HIDE MENU ICON ***/
#layout_premium_a .navbar_right { display: none !important; }
/*** END: LAYOUT-PREMIUM A - HIDE MENU ICON ***/

4) Save.