Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django volt pro theme color changing is not working as per documentation #4

Open
haradhansharma opened this issue Feb 16, 2022 · 0 comments

Comments

@haradhansharma
Copy link

I am following this guide ---

We have already carefully selected the optimal color scheme for Volt, but your business may need another color palette. Here’s how you can change the colors using Sass.

Go to the scss/volt/_variables.scss file and search for the following variables:

$primary: #0648B3 !default;
$secondary: #EE5050 !default;
$tertiary: #05A677 !default;

If you want to override colors, update one of the variables in the custom/_variables.scss file like this:

$primary: red;
$secondary: blue;

You’ll then notice that the two main colors will be changed to red and blue. You can update any variable like this, not just the colors.

Change the hex color for each variable to the color palette that you desire.
But it does not work.

I am not using npm or gulp or yarn or nodejs, so what can I do now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant