Removing menu and search in Twenty Eleven?
-
Is it possible to totally remove the menu and search-box below the header image in theme Twenty Eleven? If so how?
Thanks!The blog I need help with is: (visible only to logged in users)
-
-
-
@avisjb
Do you have the custom design upgrade? I’m asking because if you don’t the answer won’t be helpful to you. -
This would remove the menu below the header in the Twenty Eleven theme:
#branding #access { display: none; }If that’s the only change you want to make, then you might setup an empty custom menu to see if that does the trick.
If there is a search box below the header, then it’s probably a widget and you can remove it using the Appearance → Widgets page.
-
Yes I added the code designsimply wrote.
I think I tried setting up a custom menu but it didn’t work (or I didn’t do it right) and the search box is not a widget you can remove, I removed it with:
#branding #searchform {
display:none;
} -
-
-
@evilynsinclaire, yes if it’s in the sidebar, but no if it’s a built in part of the theme like it is in Twenty Eleven.
- The topic ‘Removing menu and search in Twenty Eleven?’ is closed to new replies.