Answered by:
How to Hide or remove Home > Discussion Board > custom stylesheet > New Alert

Question
-
My SubNew paeg cosnists of
Home > Discussion Board > custom stylesheet > New Alert
New AlertHow to Hide or remove Home > Discussion Board > custom stylesheet > New Alert
- Edited by rclgoriparthi Monday, November 14, 2011 11:20 AM
Monday, November 14, 2011 11:05 AM
Answers
-
If I understand your problem correctly then you need to hide the breadcrumb on your SharePoint page.
For a single page, you can add a content editor web part to the page and then add the following “code” in the Source Editor.
<style rel="stylesheet" type="text/css" /> td.ms-titlearea { display:none; } </style>
If you want to hide the breadcrumbs on all pages, you can add the code to the master page or an alternate css.
Refer link:
http://www.dlocc.com/articles/hide-sharepoint-breadcrumbs-on-pages/
My SharePoint Blog
http://dhireny.blogspot.com- Proposed as answer by Pengyu Zhao Wednesday, November 16, 2011 7:44 AM
- Marked as answer by Pengyu Zhao Friday, November 25, 2011 2:44 AM
Monday, November 14, 2011 11:29 AM
All replies
-
My SubNew.Aspx page conists of (using Application.Master)
Home > Discussion Board > custom stylesheet > New Alert
New AlertHow to hide Home > Discussion Board > custom stylesheet > New Alert
- Merged by Pengyu Zhao Tuesday, November 15, 2011 2:37 AM
Monday, November 14, 2011 11:02 AM -
My SubNew.aspx page conists of
Home > ITG Discussion Board > custom stylesheet > New Alert
New AlertHow to hide Home > Discussion Board > custom stylesheet > New Alert
- Merged by Pengyu Zhao Tuesday, November 15, 2011 2:36 AM
Monday, November 14, 2011 11:03 AM -
If I understand your problem correctly then you need to hide the breadcrumb on your SharePoint page.
For a single page, you can add a content editor web part to the page and then add the following “code” in the Source Editor.
<style rel="stylesheet" type="text/css" /> td.ms-titlearea { display:none; } </style>
If you want to hide the breadcrumbs on all pages, you can add the code to the master page or an alternate css.
Refer link:
http://www.dlocc.com/articles/hide-sharepoint-breadcrumbs-on-pages/
My SharePoint Blog
http://dhireny.blogspot.com- Proposed as answer by Pengyu Zhao Wednesday, November 16, 2011 7:44 AM
- Marked as answer by Pengyu Zhao Friday, November 25, 2011 2:44 AM
Monday, November 14, 2011 11:29 AM