Steps for changing Back-end Teleric Theme

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
In order to change the back-end theme , you can simply change the css NopAdmin>Views>Shared>_AdminLayout.cshtml

<!--These need to be at the end of the page to ensure that all the controls requiring scripts have been rendered-->
    @MvcHtmlString.Create(HttpUtility.HtmlDecode(Html.Telerik().StyleSheetRegistrar().DefaultGroup(group => group
                                                    .Add("2011.2.712/telerik.common.css")
                                                    .Add("2011.2.712/telerik.black.css")@*Just change the css file which can be found in root\Presentation\Nop.Web\Content\2011.2.712 Folder*@
                                                    .Add("2011.2.712/telerik.rtl.css")).ToHtmlString()))
    @(MvcHtmlString.Create(HttpUtility.HtmlDecode(Html.Telerik().ScriptRegistrar()
    .jQuery(false).ToHtmlString())))

Currenlty There about 10-20 themes
12 years ago
Thanks. You can a demo here (there's a dropdownlist with themes in the right top corner)
12 years ago
a.m. wrote:
Thanks. You can a demo here (there's a dropdownlist with themes in the right top corner)


Can we use other features of telerik grid
11 years ago
Anyone tried building their own from here?

http://stylebuilder.telerik.com/
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.