Hello, I like to disable when the submenu became collapsed menu (it shows as the menu word with bulletpoints icon). It is possible to disable this option but remain the main menu with it? I would like to use de fantastic sticky option of the submenu, with the menu items as they are.
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
/* dont show menu on mobile and show same as Desktop */
@media only screen and (max-width: 1000px) and (min-width: 1px) {
.page-submenu ul {
top: 0px !important;
display: inline-block !important;
}
.page-submenu .mobile-menu-link {
display: none !important;
}
}
Hello, I like to disable when the submenu became collapsed menu (it shows as the menu word with bulletpoints icon). It is possible to disable this option but remain the main menu with it? I would like to use de fantastic sticky option of the submenu, with the menu items as they are.
Thanks!
Hey David,
I am afraid we dont have any such Option and would likely require custom work .
Bes.t
ThemeNectar Support Team
Hello Tahir,
Can I get an estimation so we can decide if we want you to perform it?
Thanks
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
it works, great
thanks