Showing 1 – 2 of 2 replies
ssarhangi

How to Change color scheme

ssarhangi PURCHASED
1 year ago
How can I change the color schemes? for example primary color?
Thanks
Sal Sarhangi
ta2ta2
ta2ta2 PURCHASED
10 months ago
same question here, did you manage?
stepofweb
stepofweb SELLER
10 months ago
Hello ta2ta2,

The color scheme can be changed via GULP:
1. edit src/scss/_variables.scss and change `$primary` variable (line 24).
2. you have to build using GULP

If you don't use GULP, please let me know which color you need so I can rebuild it for your project.
Please send me an email with the #hex color you need: grig.dorin [-@-] gmail.com

Unfortunately, Boostrap did not implemented (yet) an easy way to globally change, like
<style>:root{ --bs-primary: #ff0000 }</style>

Thanks,
Dorin