Hide certain tool bar elements
Posted: 02 Aug 2016
How would one go about hiding or disabling certain toolbar elements. In this case I want to hide the Workflows button.
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
#Ribbon\.ListForm\.Display\.Actions-LargeMedium-0-2 {
display: none;
}