SharePoint
Wednesday, December 14, 2016
Hide New and Edit button from Ribbon in SharePoint 2013
<style type="text/css">
#Ribbon\.ListItem\.Manage\.EditProperties-Large
{
display:none;
}
#Ribbon\.ListItem\.New\.NewListItem-Large
{
display:none !important;
}
</style>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment