1. I would like to remove my top navigation button from my mobile menu. I would like to have different Menus for Top and Off Canvas but when I view on mobile they smash both menus together. How do I only use the menu I have selected for the off canvas and disable the top menu from mobile?
2. A better solution to question one would be to put the top navigation in the header of my mobile menu similar to the screen shot I sent. Is this possible?
Follow Up. I've looked at other sites that i've created with the theme and used this functionality on it, but i can't seem to figure it out on this site?
Sorry for the late turn around, we can get overwhelmed sometimes by the number of tickets.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
@media only screen and (max-width: 999px) and (min-width: 1px) {
#slide-out-widget-area .mobile-only {
display: none !important;
}
}
Two Questions:
1. I would like to remove my top navigation button from my mobile menu. I would like to have different Menus for Top and Off Canvas but when I view on mobile they smash both menus together. How do I only use the menu I have selected for the off canvas and disable the top menu from mobile?
2. A better solution to question one would be to put the top navigation in the header of my mobile menu similar to the screen shot I sent. Is this possible?
Follow Up. I've looked at other sites that i've created with the theme and used this functionality on it, but i can't seem to figure it out on this site?
Hey Again,
Sorry for the late turn around, we can get overwhelmed sometimes by the number of tickets.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
No worries, this worked! Thanks so much. Is it possible to put a nav menu item in the header on mobile? similar to the screenshot I sent?
Hey Again,
No, I am afraid it's not possible to add a Menu Button in the Mobile Header at the moment.
Thanks
ThemeNectar Support Team