I'm very new in Bootstrap and I need help with a simple question. How can I create a solution that can change my Bootstrap website color scheme? As example:
link with color change solution
Thank you!
It's not really a bootstrap "problem". If user can change color for himself, it's "server-side" programming problem.
With e.g. PHP you must create color picker which will change any color of your template you want. You can take a look at an earlier sitepoint tutorials here:
https://www.sitepoint.com/css-simple-style-switcher/
Edit:
There is second great tutorial for something you want: http://code.tutsplus.com/tutorials/how-to-create-an-amazing-jquery-style-switcher--net-532