This content has been marked as final.
Show 2 replies
-
1. Re: Removing breadcrumbs from home page
Willam van Weelden Sep 1, 2014 9:33 AM (in response to Jop Smith)Sure there is! But it may not be the most user friendly of solutions ;-)
It may be a better idea to use master pages with a breadcrumb placeholder. Then simply assign another master page (without bread crumb placeholder) to the start page.
If you want to remove the auto inserted breadcrumbs, open the file and look for the 3 lines starting with:
document.write("<p style
AddMasterBreadCrumbs("
document.write("
Simply remove these 3 lines or comment them out. (By placing // in front of them.)
The exact content on these lines depend on the page you're on and the styling you've provided.
Kind regards,
Willam
-
2. Re: Removing breadcrumbs from home page
Jop Smith Sep 3, 2014 7:44 AM (in response to Willam van Weelden)Thanks Willam, both your suggestions work perfectly.


