.ms-cui-tt-span
{
display:none;
}
2. To hide images of Navigate Up & Edit:
.s4-breadcrumb-anchor, .ms-qatbutton
{
display:none;
}
3. To hide Tags & Notes:
.ms-socialNotif-Container
{
display:none;
}
4. To hide the Search box:
.s4-search
{
display:none;
}
5. To hide Left Navigation:
.ms-quicklaunchouter
{
display:none;
}
body #s4-leftpanel
{
display:none;
}
6. To reduce the width of Placeholder:
.s4-widecontentarea
{
width:70%;
}
7. To hide the default image in placeholder:
.ms-rteThemeForeColor-5-5
{
display:none;
}
8. To remove Title logo:
.s4-titlelogo
{
display:none;
}
9. To hide welcome menu:
.s4-trc-container-menu
{
display:none;
}
10. To Set the background image for Top Link menu item:
.s4-tn li.static > .menu-item
{
background-image:url('../SiteCollectionImages/Forms/Image/imagesCAKRNTAG.jpg');
}
11. To hide Site Actions Menu:
.ms-siteactionsmenuinner
{
display:none;
}
12. To edit the Top link menu item:
.s4-tn li.static > .menu-item
{
color:orange;
}
13. To hide Developer dashboard image:
.s4-devdashboard
{
display:none;
}
14. To insert an image in Title area:
.s4-titletext
{
background-image:url('../SiteCollectionImages/Forms/Image/ribbon_img.jpg');
}
15. To remove the top link button:
.s4-toplinks .s4-tn a.selected
{
display:none;
}
16. To display the top link in vertical style:
Add the following property in SharePoint asp menu control of V4 master page,
orientation="Vertical"
Ex:
UseSeparateCss="false"
Orientation="Vertical"
StaticDisplayLevels="2"
MaximumDynamicDisplayLevels="1”
CssClass="s4-tn"/>
17. To set background color of top bar:
.ms-cui-topBar2
{
background-color:orange;
}
18.To edit left navigation :
.s4-ql ul.root > li > .menu-item{
font-size:2em;
color:red;
margin:0px;
padding:3px 4px 3px 10px;
border-width:1px 0px;
border-style:solid;
border-color:transparent;
word-wrap:break-word;
overflow-x:hidden;