Hello @Web_Services,
Thanks for writing to us.
Regretfully there is no option to hide the menu for a specific page but you can achieve it by using custom CSS code under X—>Theme option —>CSS
@media(max-width:480px){
.page.page-id-2190304 div#shiftnav-toggle-main {
display: none;
}
.page.page-id-2190322 div#shiftnav-toggle-main {
display: none;
}
.page.page-id-2190289 div#shiftnav-toggle-main {
display: none;
}
}
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps.
Thanks