08 February 2013

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

No comments:

Post a Comment