keyboard_double_arrow_left
Theme Features
W3CoreUI offers a highly customizable, feature-rich, and modern UI for seamless user experience. It includes light & dark modes, multiple color variants, and flexible layouts. With fixed or scrollable sidebars and responsive design, it ensures a smooth and adaptive interface.
The configuration file for W3CoreUI is located at: assets/js/deznav-init.js
This file handles theme settings, including sidebar behavior, layout configuration, and navigation initialization. Modify it to customize features like sidebar position, theme mode, and UI interactions.
var dezSettingsOptions = {
typography: "poppins", More Options => ["poppins" , "roboto" , "Open Sans"]
version: "light", More Options => ["light" , "dark"]
layout: "horizontal", More Options => ["horizontal" , "vertical"]
primary: "color_11", More Options => ["color_1," , "color_2," ..... "color_15"]
headerBg: "color_1", More Options => ["color_1," , "color_2," ..... "color_15"]
navheaderBg: "color_1", More Options => ["color_1," , "color_2," ..... "color_15"]
sidebarBg: "color_11", More Options => ["color_1," , "color_2," ..... "color_15"]
sidebarStyle: "compact", More Options => ["full" , "mini" , "compact" , "modern" , "overlay" , "icon-hover"]
sidebarPosition: "static", More Options => ["static" , "fixed"]
headerPosition: "fixed", More Options => ["static" , "fixed"]
containerLayout: "full", More Options => ["full" , "wide" , "wide-box"]
};