Styling
We recommend you customize your theme styles using the user style files. You can customize the themeβs styles with the following approaches:
Gulp based workflow
user.scss
You can add your own SCSS and override the theme style in the src/scss/user.scss
file.
_user-variables.scss
To make broader changes to the design of the theme, such as changing the color scheme or font sizes, use src/scss/_user-variables.scss
. Any variable from node_modules/bootstrap/scss/variables
or src/scss/theme/_variables.scss
can be overridden with your own value.
_bootstrap.scss
To remove bootstrap components, update src/scss/_bootstrap.scss
file.
If you are not using Gulp based workflow
user.css
You can add your own CSS and override the theme style in the public/assets/css/user.css
file.