Customize admin panel colors, logos and other options.
Enable to customize admin panel sidebar colors and logo, admin topbar styles and admin panel footer info and credits.
On update:Basic mode: New code will be generated to update the related partial SCSS file and all CSS will be compiled. Related theme mod will be updated.
Advanced mode: Editor code will be used to update the related partial SCSS file and all CSS will be compiled. Related theme mod will not be updated.
On reset:Admin panel will reset to default styles.
Related partial SCSS file will reset to default template and all CSS compiled. Related theme mod will reset to default values.
Related custom files:
Related theme mods: Admin panel customizer dct_customizer_admin_panel 3{
"enabled": true,
"advanced": false,
"options": {
"sidebar-background-color": "$primary",
"sidebar-text-color": "#ffffff",
"sidebar-submenu-color": "$primary-darker",
"sidebar-submenu-text-color": "#ffffff",
"sidebar-featured-color": "$primary-comp",
"sidebar-featured-text-color": "#FFF",
"sidebar-image-url": "https://www.dctforwp.com/wp-content/uploads/2026/04/Logo-DCT-for-WP-positiu.svg",
"sidebar-image-height": "60px",
"sidebar-folded-image-url": "",
"sidebar-folded-image-height": "40px",
"topbar-background-color": "#111212",
"topbar-text-color": "#f0f0f1",
"topbar-wp-links": false,
"footer-text": "Theme by <b>{{AUTHOR}}</b> \u00a9 {{YEAR}}",
"footer-version-child": true,
"footer-version-wp": true
}
}