Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
uiEditorCssPaths="~/css/Editor.css"
In the Editor.css I have a couple of entrys, some of which are appearing and some of which are not:h3 { EditMenuName: Three Section Heading; } /* Does not appear */ h2 { EditMenuName: Section Heading; } /* Appears */ h3.cat { EditMenuName: Three CAT Section Heading; } /* Does not appear */ img.introTextImgRight { EditMenuName: Image Right; } /* Appears */ img.introTextImgLeft { EditMenuName: Image Left; } /* Appears */
If I modify the Editor.css, the entries do not seam to update, even if I rebuild the site, restart the server and refresh the browser cache. I even removed the h2 entry, but it still appears! Have I missed something? On another issue, is there a way off adding a css class to a hyperlink through the editor, without editing the HTML directly?