Hide first item in dropdown

To hide first item in dropdown folder Squarespace, you can use this code to Custom CSS box

div.header-nav-folder-item:nth-child(1), div.header-menu-controls+div {
    display: none !important;
}