Answered by:
Hide site collection logo

Question
-
In the left header of SharePoint site collection, it will have a default logo, however, I want to hide it because of the customer needs.
Kindly help.
Thanks
Tuesday, September 29, 2015 3:30 PM
Answers
-
Create a one pixel by one pixel image with same color as the background and use that as the site logo.
Or, add CSS to the master page to hide the siteIcon DIV.
#siteIcon { display:none; }
Mike Smith TechTrainingNotes.blogspot.com
Books: SharePoint 2007 2010 Customization for the Site Owner, SharePoint 2010 Security for the Site Owner- Marked as answer by deverr Wednesday, September 30, 2015 5:13 AM
Tuesday, September 29, 2015 3:40 PM -
Hi Deverr,
I understand you want to hide the default SharePoint logo. You can add the following CSS code in the master page to hide the logo:
td.s4-titlelogo{ display: none; }
Let me know if this helps you!
Cheers,
Maruthu
Please click the 'Mark as Answer' button if a post solves your problem! :) It helps others to find relevant posts to the same question.
- Marked as answer by deverr Wednesday, September 30, 2015 5:13 AM
Tuesday, September 29, 2015 3:41 PM -
Hi deverr,
You can use the CSS style like below to hide the logo:
td.s4-titlelogo{ display: none; }
Here is a similiar thread for your reference:
Thanks
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.- Marked as answer by deverr Wednesday, September 30, 2015 5:13 AM
Wednesday, September 30, 2015 5:10 AM
All replies
-
Create a one pixel by one pixel image with same color as the background and use that as the site logo.
Or, add CSS to the master page to hide the siteIcon DIV.
#siteIcon { display:none; }
Mike Smith TechTrainingNotes.blogspot.com
Books: SharePoint 2007 2010 Customization for the Site Owner, SharePoint 2010 Security for the Site Owner- Marked as answer by deverr Wednesday, September 30, 2015 5:13 AM
Tuesday, September 29, 2015 3:40 PM -
Hi Deverr,
I understand you want to hide the default SharePoint logo. You can add the following CSS code in the master page to hide the logo:
td.s4-titlelogo{ display: none; }
Let me know if this helps you!
Cheers,
Maruthu
Please click the 'Mark as Answer' button if a post solves your problem! :) It helps others to find relevant posts to the same question.
- Marked as answer by deverr Wednesday, September 30, 2015 5:13 AM
Tuesday, September 29, 2015 3:41 PM -
Hi deverr,
You can use the CSS style like below to hide the logo:
td.s4-titlelogo{ display: none; }
Here is a similiar thread for your reference:
Thanks
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.- Marked as answer by deverr Wednesday, September 30, 2015 5:13 AM
Wednesday, September 30, 2015 5:10 AM