How to override the styles & variables?

Hi, I am trying to override the Open edX default styles to change the appearance, for this, I am using the edx.org theme template which is inside the themes folder.
I am able to override the logo & other assets but when I am trying to override the primary color using _variables.scss or styles of specific elements then those are not applying.

Can anyone guide me on how should I override the base theme & styles or different elements?

1 Like

any possible update ???, i am facing a similar issue , i can change the color from edx-platform/node_modules/@edx/edx-bootstrap/sass/open-edx/_variables.scss

But it still requires paver execution

Yes, after you make the changes in scss files you have to compile your theme to create the CSS files.

If you are using tutor I recommend following the instructions in the documentation Changing the appearance of Open edX — Tutor documentation