P
Asked
Where is the theme style color directory? I want to edit the color code of a specific theme. thanks
- MSAnsweredHello,
The styles are in `themes/default/assets/dev/css` and those are combined to `themes/default/assets/dist/css/styles.css` using gulp. You can check the `gulpfile.js`
Thank you - Login to Reply