Default Colors

Herozi simplifies customization by using Bootstrap's SCSS variables. Colors and styles are controlled through the variable.scss file, making it easy to update and modify predefined color sets. SCSS files are organized in the (resources/assets/scss) folder. To ensure smooth future updates, we recommend adding custom styles to the custom.scss file rather than modifying core files.

  • scss
    • custom
      • apps
        • All the apps scss files are here.
      • components
        • All the components scss files are here.
      • dashboard
        • All the dashboard scss files are here.
      • fonts
        • _fonts.scss (#SCSS file to add google fonts.)
      • pages
        • All the pages scss files are here.
      • plugins
        • All the plugins scss files are here.
      • structure
        • _footer.scss (SCSS file for styling footer in the admin layout.)
        • _header.scss (SCSS file for styling header in the admin layout.)
        • _main.scss (SCSS file for styling main content area in the admin layout.)
        • _sidebar-compact.scss (SCSS file for styling compact sidebar in the admin layout.)
        • _sidebar-horizontal.scss (SCSS file for styling horizontal sidebar in the admin layout.)
        • _sidebar-semi-box.scss (SCSS file for semi-box sidebar styling in the admin layout.)
        • _sidebar-small-icon.scss (SCSS file for small icon sidebar styling in the admin layout.)
        • _sidebar-two-column.scss (SCSS file for two-column sidebar styling in the admin layout.)
        • _sidebar.scss (SCSS file for main sidebar styling in the admin layout.)
        • _switcher.scss (SCSS file for layout switcher styling in the admin layout.)
    • _custom-variables.scss (#SCSS file to add extra variables.)
    • _variables-dark.scss (#SCSS file to manage dark mode variables.)
    • _variables.scss (#SCSS file to manage all common variables.)
    • apps.scss (#Manage all SCSS in single file.)
    • bootstrap.scss (#SCSS file to import bootstrap.)
    • custom.scss (#Custom SCSS file for custom use.)
    • icons.scss (#SCSS file to import Icons.)
Quick customization of layout using scss.

You can make changes in the resources/assets/scss/_variables.scss file.

$primary:           $indigo;
$secondary:         $gray-400;
$success:           $green;
$info:              $cyan;
$warning:           $yellow;
$danger:            $red;
$light:             $gray-200;
$dark:              $gray-900;
How to Update or Add New Brand Colors for the Admin Panel

We’ve provided some preset brand colors. If you want to add a new color for your brand, simply add it to the $primary-colors map. This will automatically update all necessary elements with your new brand color.

Example code for defining primary colors with a custom color:


// Define base primary colors
$primary-colors: (
    "primary":      map-get($theme-colors, "primary"),
    "secondary":    map-get($theme-colors, "secondary"),
    "success":      map-get($theme-colors, "success"),
    "info":         map-get($theme-colors, "info"),
    "warning":      map-get($theme-colors, "warning"),
    "danger":       map-get($theme-colors, "danger"),
    "blue":         $blue,
    "purple":       $purple,
    "pink":         $pink,
    "orange":       $orange,
    "teal":         $teal,
    "custom-color"  #d946ef // Example custom color
);

For any issues, ensure to clear your browser cache or check for conflicting styles.

Receive the latest updates directly in your inbox!

Be the first to know about new updates and exclusive discounts. No spam, just great offers!

How about

A Custom Project?

With over 7 years of experienced team, we specialize in delivering custom projects for startups, blue-chip companies, and government agencies. We have successfully completed over 250+ projects, providing tailored solutions that meet the unique needs of each client.

Support
More for Herozi
Herozi Admin & Dashboard Template
160+

Total Pages

6+

Layouts

60+

Components

We provide quick support withing one business day to all of our customers.

© Herozi Design & Develop by  Codebucks.