How to remove site home

Re: How to remove site home

by Joris Moodle -
Number of replies: 1

Hi Shiva,


You can remove it by including this in the CSS at mobilecssurl (in 3.1 its at Site administration -> Plugins -> Web services -> Mobile).


ion-content.has-side-menu-header.mm-sidemenu-menu li:nth-last-child(5) {

   display: none;

}


Good luck!