2 Salient menus are showing up in the header. I only need one. One of them works correctly, the other one says "no menu selected" The 2nd menu won't disappear. How do I fix this bug?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
header#top nav > ul.sf-menu {
display: none !important;
}
2 Salient menus are showing up in the header. I only need one. One of them works correctly, the other one says "no menu selected" The 2nd menu won't disappear. How do I fix this bug?
Hey there,
Please update to Salient Theme Version 8.5.6 and VC to 5.4.7.
To get a list of Bug Fixes and new Feature add ons in the Latest Theme update, the changelog can be viewed here : http://themenectar.com/changelogs/salient.html .
Update the theme by following this guide: http://themenectar.com/docs/salient/updating-salient/
Regards
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team