Remove breadcrumbs from Big Brother theme
-
Is there a way to remove the breadcrumbs from being viewable in the Big Brother theme? We are using custom menus where the main (top) menu item isn’t actually a page (#), just a topic. The breadcrumbs aren’t accurate, in that there are not parent pages for the pages listed under that topic in the menu.
The blog I need help with is: (visible only to logged in users)
-
Hello gennaingermany,
If you have Custom Design, you can add this to your My Sites → Customize → CSS:
div.breadcrumbs { display: none; }
- The topic ‘Remove breadcrumbs from Big Brother theme’ is closed to new replies.