/*Write your custom style or CSS code here*/
/* Custom CSS to Hide the Home Link */
/* Add this code to your custom.css file */
li[menuitemname="Home"] {
    display: none !important;
}

/* Custom CSS to Hide the Home Link */
/* Add this code to your custom.css file */
#Primary_Navbar-Home {
    display: none !important;
}