Light Mode
Light Mode Setting in Backend
You can simply change layout mode to Light by doing the
below changes in the
file Admin/backend/Views/Shared/_layout.cshtml
.
Simply set the attribute
data-bs-theme="light"
to
the html tag. It will update the layout mode to Light mode. No need to change
any css or js files.
Light Mode Setting in Frontend
You can simply change layout mode to Light by doing the
below changes in the
file Admin/frontend/Views/Shared/_layout.cshtml
.
Simply set the attribute
data-bs-theme="light"
to
the html tag. It will update the layout mode to Light mode. No need to change
any css or js files.
Light Mode Setting in Components
You can simply change layout mode to Light by doing the
below changes in the
file Admin/components/Views/Shared/_layout.cshtml
.
Simply set the attribute
data-bs-theme="light"
to
the html tag. It will update the layout mode to Light mode. No need to change
any css or js files.