You can use this code to Custom CSS to remove Main Navigation Links on Desktop Homepage.
body.homepage div.header-nav-item {
display: none !important;
}
You can use this code to Custom CSS to remove Main Navigation Links on Desktop Homepage.
body.homepage div.header-nav-item {
display: none !important;
}