This topic contains 1 reply, has 2 voices, and was last updated by 7Theme Support 1 year ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Home › Forums › Theme support › How To Remove Menu
This topic contains 1 reply, has 2 voices, and was last updated by 7Theme Support 1 year ago.
Hi there,
I would like to hide the theme’s menu as I have a plugin for a different menu. Could you please let me know which CSS I need to add.
Currently using the Alessia Theme.
Also, would love to move logo to the center of the page as well.
Thanks
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
You must be logged in to reply to this topic.