This topic has 2 replies, 2 voices, and was last updated 4 years ago ago by Rose Tyler
i want to disable main header menu for about us page
please tell me how to do this ?
https://glokaldeals.com/about-us/
this is page link
Hello,
You can use Multiple headers – https://youtu.be/BpeXfzNwkOc
or add the next code in custom CSS area for the mentioned page only –
.header-main-menu {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up