How can you prevent breadcrumbs from showing up in child pages ONLY that don't let you edit page settings?

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
6/12/2012 4:27:30 PM
Gravatar
Total Posts 7

How can you prevent breadcrumbs from showing up in child pages ONLY that don't let you edit page settings?

Does anyone know an easy way to do this?

I.e. get rid of the Development_Showcase_MegaGallery: DreamSpark bit in the breadcrumbs, even when page settings is not available?

http://new.fasttrackteam.com/dreamspark-1.aspx

 

6/13/2012 6:27:29 AM
Gravatar
Total Posts 18439

Re: How can you prevent breadcrumbs from showing up in child pages ONLY that don't let you edit page settings?

Hi,

You could hide it from css using:

.breadcrumbs b { display:none; }

If you only want to hide it on that one page you could add a custom body class to the page from page settings then use:

body.customclass .breadcrumbs b { display:none; }

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.