Hi there,
I am trying to disable the menu on desktop and mobile. I have searched the forum and added in custom CSS (taken from the forum), however either the mobile menu or desktop menu is disabled, not both.
This is the CSS I have implemented
*/
@media (max-width: 979px) {
.masthead-inline .x-btn-navbar {
display: none !important;
}
@media ( min-width: 980px ) {
.x-navbar {
display:none;
}
My website is chinacommsalliance.com.au
Thanks so much for your help.
Georgia