Customizing SCSS variables

It’s recommended to use Sass to generate your own color skin.

We’ve prepared various sets of variables for easy template customizations. You can find it here:

  • source/assets/scss/config/_variables.scss

To change any of existing variables it’s recommended to add your variables or overwrite existing in _custom-variables.scss:

  1. Open source/assets/scss/config/_custom-variables.scss in your favorite code editor.
  2. Change the value of color variable: $primary: #a3ff12; with your own.
  3. Compile your Sass to CSS (see above).
Was this page helpful?