Support Home › Support Home › CVIT › WordPress Theme › How to Deactivate Menu?
Tagged: menu
How to Deactivate Menu in CVIT 3.1 Theme?
Dear Daniel,
We are sorry to say that we are unable to understand your issue. Could you please explain with details what do you mean by “Deactivate Menu”? What are you exactly looking for?
Best Regards,
ThemeLooks Support Team
Dear Daniel,
Please check out the screenshot https://prnt.sc/wf714n to delete the menu.
Best Regards,
ThemeLooks Support Team
Dear Daniel,
Please use the custom CSS below.
@media screen and (max-width: 991px) {
.header--navbar .navbar-toggle {
display: none !important;
}
}
Best Regards,
ThemeLooks Support Team
great, thank you, it works.
Dear Daniel,
Please don’t forget to give us 5-Star ‘rating and review’ (on https://themeforest.net/downloads ), if you like our item and our support too. It will give us inspiration and make us more ‘happy’ to support.
Best Regards,
ThemeLooks Support Team