I've tried using this code I found in another ticket to remove the menu from the header while keeping the slide out widget menu.
header#top nav > ul.sf-menu { visibility: hidden !important; }
It worked for one person, but for some reason didn't work for me. What would I need to alter in this code to help target my menu and not the slide out widget menu?
Weird! And cool - I\'ve never used the inspect element that way before (Chrome). I\'m still not sure how to get it to work, then. If it\'s working when we input the code that way, why then would it not be working in the custom CSS section?
Hello,
I've tried using this code I found in another ticket to remove the menu from the header while keeping the slide out widget menu.
It worked for one person, but for some reason didn't work for me. What would I need to alter in this code to help target my menu and not the slide out widget menu?
My site: http://www.musicyoucanswimto.com
Hey,
Seems to be working alright when i add it to the live browser :
Thanks
ThemeNectar Support Team
Weird! And cool - I\'ve never used the inspect element that way before (Chrome). I\'m still not sure how to get it to work, then. If it\'s working when we input the code that way, why then would it not be working in the custom CSS section?
Check your custom css box for red crosses , it represents syntax errors so the css is not getting output after the red cross.
Thanks
ThemeNectar Support Team
Tahir, I feel stupid.
I did not realize that you could easily make the header menu disappear by going to Appearance > Menus > and unchecking \"Top Navigation Menu\".
Thank you for your help and time! Apologies!