SyliusCrafts / BootstrapTheme

Sylius Bootstrap theme with build process based on Webpack Encore
94 stars 56 forks source link

Changing primary theme colors #123

Closed brianmituka closed 9 months ago

brianmituka commented 9 months ago

I would like to update the default primary colors from teal to yellow, but I've tried overriding the variables in a new scss file and importing it to the main.scss, cleared the cache but it's not taking effect is there a clear way of changing the default colors from teal to something else?

oallain commented 9 months ago

Hello,

Have you try yarn watch?

brianmituka commented 9 months ago

Yes. I have tried that but it seems the changes are being overwritten

brianmituka commented 9 months ago

Opted to change the primary colour in the_variables.scss file under scss-utils

tejac commented 3 months ago

@brianmituka could you share in detail what exactly you did? I'm facing the same challenge. As per the docs, I have added a _varriables.scss file with $primary definition and imported it at the beginning of index.scss, but no change.