Change colors
-
What is the best way to change the color scheme of Storefront?
I can think of two ways:1. Change in storefront/assets/sass/utils/_variables.scss and compile the sass to css. This has to be made again on every update of the theme though. Any way to automate this in an easy way?
2. Override all colors in css in a child theme. Sass code like “color: darken( $color_body, 20% );” will need some manual calculating though. And any new elements with color will need to be added to the css in the child theme so it could be hard to maintain.
I haven’t used sass before so can somebody give me a clue on how this is supposed to work?
Thanks!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Change colors’ is closed to new replies.