Question

I want to prevent our users from using the built in text styles. How do I hide or remove them from the ribbon?

enter image description here

Was it helpful?

Solution

You can use CSS to hide the elements from Ribbon.

Here is an article which explains how to find the ID and how to hide it

http://blog.sharepointexperience.com/2014/06/hide-from-sharepoint-ribbon/

#Ribbon\.EditingTools\.CPEditTab\.Styles {
    display:none;
}
Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top