Office365 SP2013 SP2013 Foundation
Sharepoint and Office365 themes include a page title next to the logo.
To remove the page title next to the logo, edit the theme's .css file and add the following code to the bottom:
/* custom css to remove the page title */ h1.ms-core-pageTitle { display:none; }
Note: All master pages will be affected.
Comments