I downloaded Bootstrap html template. I want to change colors based on user interest.So I want to apply themes to template. How to apply themes. please help me. thanks in advance.
Asked
Active
Viewed 905 times
1 Answers
0
After downloading the theme. You would have got the css file. So for changing the theme you just have to replace the new theme CSS file with old one. Or better you store the CSS files in a different folder and point your application there.
Be careful about the bootstrap version. It should be matched with the existing one.

Manish Kumar
- 571
- 3
- 15
-
Check this also : http://stackoverflow.com/questions/12745565/switching-between-twitter-bootstrap-themes – Manish Kumar Feb 04 '14 at 07:32