Changing the kendoui theme in the latest source code commit

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 10 ans
Hi,

i want to change the theme of NOPs admin from the default to the moonlight theme,

i am using the latest source code commit as of this morning,

i have checked the _Adminlayout.cshtml and cant see anywhere like .stylesheetregistrar,

Can anyone help on this one?
Il y a 10 ans
Resolved.

for anyone looking to do this its here:

shared/_AdminLayout.cshtml

//resources
    Html.AppendCssFileParts("~/Content/kendo/2013.3.1119/kendo.rtl.min.css");
    Change this line ---> Html.AppendCssFileParts("~/Content/kendo/2013.3.1119/kendo.moonlight.min.css"); <------
    Html.AppendCssFileParts("~/Content/kendo/2013.3.1119/kendo.common.min.css");
    Html.AppendCssFileParts("~/Content/jquery-ui-themes/smoothness/jquery-ui-1.10.3.custom.min.css");

Theme names can be found here:

\Nop.Web\Content\kendo\2013.3.1119
Il y a 10 ans
[Content removed due to duplicate post]
Il y a 8 ans
Flat

    //Html.AppendCssFileParts(string.Format("~/Content/kendo/{0}/kendo.default.min.css", kendoVersion));
    Html.AppendCssFileParts(string.Format("~/Content/kendo/{0}/kendo.flat.min.css", kendoVersion));
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.