Hi Laura Newman,
Please check the following articles first
You should add
ApplyClass toolbar or specify css classes. Below are some tips.
Through EditorToolsFile file
1. Open ~/Sitefinity/Admin/ControlTemplates/EditorToolsFile.xml file
2. Specify the path to the css file, which you need the editor to use:
3. Delete the <class> elements which appear as child elements of an element <classes>:
Programmatically. 1.
Map the external template for the desired view.
2. Add inline code to the template and specify your css file with the custom classes.
Other options
Working with ToolsFile
Apply value property as the name of your css class.
Your class section should look as in the sample below:
As you can see we are applying css classes from our stylesheet.
Note that you should have added the path to your css stylesheet in the desired template
Greetings,
Ivan Dimitrov
the Telerik team
Watch a
video
on how to optimize your support resource searches and
check out more tips
on the blogs.
Follow the status of features or bugs in
PITS
and vote for them to affect their priority.