Sunday 17 June 2012

Hide SharePoint 2010 Site Title, Title Icon, Title Text, Page Description with CSS


Add the following styles in your Master page or in a CEWP on the page to hide.

Hide Title Icon -
<style>
.s4-titlelogo {
VISIBILITY: hidden
}
</style>

Title Text (Includes Breadcrumb)    
.s4-titletext {
VISIBILITY: hidden
}
</style>

Page Description:
<style>
.s4-title .s4-pagedescription {
VISIBILITY: hidden
}
.s4-title .s4uniqpermdescription {
VISIBILITY: hidden
}
</style>

Ads by Google

1 comment:


  1. Thank you for posting some kind of information. It was really helpful since I am doing some research now.

    Say
    www.imarksweb.org

    ReplyDelete