How To Remove Entire 'Title' Section

Hello,

I am pretty new to SharePoint and I was wondering if any of you could assist me with my current issue. I am designing a SharePoint site and have a custom banner that I would like to use as the entire Title section. I want no logo, no title, no links, etc. at the top of my SharePoint site. I have done some research and found a few lines of code I can put in to do this, but I'm honestly not sure where to even begin. I have tried to edit it in SharePoint Designer 2013 but I literally have zero experience with SP Designer. 

Just to clarify, this is SharePoint 2013.

Thank you in advance!

April 16th, 2015 4:06pm

Hi,

You can use custom CSS and reference it in your masterpage for this. Among many, this is one of the CSS reference chart that you can refer http://blog.sharepointexperience.com/2013/05/sharepoint-2013-css-classes-that-suck-and-save-the-day/ 

Free Windows Admin Tool Kit Click here and download it now
April 16th, 2015 4:16pm

Thank you! This has a lot of great information. However, I need help on where to enter this code. I don't have any coding experience with SharePoint, just basic design and familiarity with lists and other apps.

Thanks!

April 16th, 2015 4:39pm

If it is just for one site then you can use content editor webpart and then add that code that you found inside this content editor webpart.

 For eg:

if you add this CSS on the CEWP(content editor webpart) it will hide the  Title of your page.

 .ms-core-pageTitle{Display:none !Important;}

Similarly you can play around with CSS to get the desired result. Developer tool or F12 will be helpful in this case to inspect/locate the element(Class, id, div etc) used in your page and you can manipulate CSS used in the page.

Free Windows Admin Tool Kit Click here and download it now
April 16th, 2015 10:13pm

Ok, so I looked through my available web parts and that doesn't seem to be an option. I have the full version of SharePoint 2013, and through some research it looks like I have to enable a site feature under site settings. Is this correct? Do you know which feature I would have to enable to make the CEWP available to me?

Thank you for all of your help!

April 17th, 2015 8:57am

What kind of permission do you have? If you go to Site Actions > Site Settings > Modify All Site Settings. Can you see  "Web Part Gallery" under Gallery section? If you dont see that option then you dont have enough permission.  In this case try using the SharePoint Admin account and give your self atleast read access/rights to that gallery. 

Free Windows Admin Tool Kit Click here and download it now
April 17th, 2015 9:36am

I'm an admin of this sharepoint site, and I do not see 'Modify all site settings' under Site settings. I have added apps before to my site (ones from SharePoint store) so I would think I have access to the web part gallery?
April 17th, 2015 11:58am

Can you see"site settings" under site actions? Having site admin rights does not necessarily mean that you have access to whole site collection. Are you site collection admin? If you dont see site settings option under site actions then you dont have necessary rights. 
Free Windows Admin Tool Kit Click here and download it now
April 17th, 2015 12:59pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics