Saturday, December 21, 2013

Hide title sharepoint 2013

Hide title sharepoint  2013

<style type="text/css">
.ms-core-listMenu-horizontalBox li.static > a{
display: none !important;
}
.ms-core-listMenu-horizontalBox li.static > ul a{
display: block !important;
}
</style>


http://sharepoint.rackspace.com/sharepoint-2013-how-to-change-sharepoint-branding-text-in-the-upper-left-part-of-your-screen



<style type="text/css">
      .ms-sitetitle h1 
     {
        display:none
     }
    </style>

No comments:

Post a Comment