Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Developing with Sitefinity > add Custom css class to editor

add Custom css class to editor

  • Nimit avatar

    Posted on Mar 11, 2010 (permalink)

    Hi,
    In my project i want to add a custom css class. I did all the following steps :->
    add

    <

     

    tool name="ApplyClass" />

     

     to EditorToolsFile.xml and also my class like

    <classes>

     

    <

    class name="Fontheading" value=".fontheading" />

     

    </

     

    classes>
    Then added my class called .fontheading in the master stylsheet. when I edit the page and then edit the generic content under Appy css class dropdown  it shows nothing. I don't know how to make it show in there.

    Please reply ASAP,

    Regards,
    Nimit Verma.

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Mar 12, 2010 (permalink)

    Hello Nimit,

    Take a look at this post - CSS Styles not appearing in 'Apply CSS Style' dropdown

    Best wishes,
    Ivan Dimitrov
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

    Reply

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Developing with Sitefinity > add Custom css class to editor