January 20, 2019 at 12:28 pm
#59774
Theme Horse Support Team
Keymaster
Hi Robert,
You can simply add below custom CSS code to hide the theme built-in navigation on mobile devices.
@media only screen and (max-width: 767px)
.menu-toggle {
display: none;
}
}
Thank you for using our theme.