How can I hide the first child item from the main menu?

Please add this CSS code in your theme.css file

.site-nav li:nth-child(2).site-nav__dropdown { display: none !important; }