Twenty Fourteen Theme – Top Menu
-
Hi,
I am new to CSS and I am trying to remove the menu that automatically appears at the top (under the header) on the Twenty Fourteen theme (so that only a side bar appears on the left)…how can I go about this?
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following CSS gets rid of the menu and search icon.
.header-main { display: none; }If you wish to keep the search, then add this instead.
.primary-navigation { display: none; } -
Ah, thank you! So (because I wasn’t kidding when I said I was really new at this), I should literally just click on “CSS” on the customization area of my site and enter that text?
-
Yes, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the custom CSS.
- The topic ‘Twenty Fourteen Theme – Top Menu’ is closed to new replies.