Able Pro
Django
Django
  • Introduction
  • Getting Started
  • Folder Structure
  • 📄Page Structure
  • Customizer
    • Light & Dark Layout
    • Theme Contrast
    • Preset Colors
    • Sidebar Caption
    • Rtl Layout
    • Box Container
  • Dependencies
  • Support
  • Changelog
Powered by GitBook
On this page
  1. Customizer

Preset Colors

To change the Preset color in the theme change value in layout files located at Admin/views/layouts"main-layout.html, auth-layout.html, component-layout.html".

data-pc-preset = "preset-1"
at : <body data-pc-preset="preset-1" >
// set value like 'preset-1', 'preset-2', ... 'preset-10'

you will get different types of 10 preset color themes in your theme package.

PreviousTheme ContrastNextSidebar Caption

Last updated 9 months ago