Prevention design is not good for Accessibility in SharePoint

Often, the editors of the content of Web sites write the content and design they give does not match the colors of the site and do not match the colors of accessibility.

To prevent them from putting bright pink, or to establish rules, remove the redundant design.

Before

After


Put the following CSS code in your Master Page (preferably course file)


#Ribbon\.EditingTools\.CPEditTab\.Font
{
    display: none;
}
#Ribbon\.EditingTools\.CPEditTab\.Paragraph-Large-0-0-0,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph-Large-0-0-1
{
    display: none;
}


Yours,
Roi

Comments

Popular posts from this blog

A sharepoint list view of the current month

The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters

Export SharePoint 2010 List to Excel with PowerShell