Removing sidebar menu from all pages except Front Page
-
How can I disable Sidebar menu to display on all my pages (minus Front Page)
At the moment it’s there and the main contect looks squashed:
https://bucksfoodpartnership.wpcomstaging.com/action-groups/The blog I need help with is: (visible only to logged in users)
-
Hi,
you can use this:
#secondary { display: none; }
For the particular page you can use inspect element in Chrome to see the page id and add the class before #secondary, like this:
.page page-id-74 #secondary { display: none; }
Or you can use the “Full Width, No Sidebar” Template for the pages where you don’t want to show the sidebar.
Hope this helps.
All the best,
Ana
- The topic ‘Removing sidebar menu from all pages except Front Page’ is closed to new replies.