On this site, the "secondary" menu in the top bar remains visible as discrete text items when in mobile/responsive view, but the main menu collapses. Its confusing because you don't really see the main menu. Is there some way to eliminate the secondary menu in the narrow responsive view or also have it collapse? See attached. For most of the sites we build, the top/secondary menu is not as important as the main menu, but it doesn't behave that way....
Its a good idea and have added it to the wishlist but unfortunately this would require some custom development. If you really need this modification done you could head on over to microlancer which is a service from Envato that offers paid WordPress customizations. I'm sure a developer on there would be able to wrap this up for you :)
I had to create a new custom.css file and add to header to get that code to work as it didnt in custom css within WP Salient options? Many custom css codes dont take effect from there.
Any idea how I can guarantee custom code so I dont have to worry about it being overwritten on an upgrade?
We have had no reports of custom css functionality not working . Maybe the css you added was not having an effect due to the lower specificity of the css selectors. Simply said it did not take priority over the theme styles.
On this site, the "secondary" menu in the top bar remains visible as discrete text items when in mobile/responsive view, but the main menu collapses. Its confusing because you don't really see the main menu. Is there some way to eliminate the secondary menu in the narrow responsive view or also have it collapse? See attached. For most of the sites we build, the top/secondary menu is not as important as the main menu, but it doesn't behave that way....
Hey Kevin!
You can remove the secondary nav in ipad and mobile view using below custom css:
If you want to remove the whole secondary menu including social icons use this:
For mobile only:
Cheers
ThemeNectar Support Team
thanks! Any idea if there is a way to make the secondary nav collapse into a similar "menu" as the main nav?
Hey Kevin!
Its a good idea and have added it to the wishlist but unfortunately this would require some custom development. If you really need this modification done you could head on over to microlancer which is a service from Envato that offers paid WordPress customizations. I'm sure a developer on there would be able to wrap this up for you :)
Thanks
ThemeNectar Support Team
Thanks - we will figure it out ourselves. just thought I would ask! Much appreciated.
Hi
I had to create a new custom.css file and add to header to get that code to work as it didnt in custom css within WP Salient options? Many custom css codes dont take effect from there.
Any idea how I can guarantee custom code so I dont have to worry about it being overwritten on an upgrade?
Thanks
Hey Tobias!
We have had no reports of custom css functionality not working . Maybe the css you added was not having an effect due to the lower specificity of the css selectors. Simply said it did not take priority over the theme styles.
Thanks
ThemeNectar Support Team