Home › Forums › Theme support › How To Remove Menu › Reply To: How To Remove Menu
Hi,
you can use this code:
.p42 #navigation {
display:none !important;
}
To move the logo to the center use this code:
.p42 #the_logo {
margin-left:auto;
margin-right:auto;
}
Please note: Custom CSS code is normally not included with free support. The code should work, but we don’t give a guaranty for it, especially for mobile devices