#
September 7, 2013 at 5:56 am
If you want to change the colors for you website. You can easily change in css
exactly : find in livestrap.css
.red { background-color: #e80d0d }
.red-rgb { background-color: rgb( 232,13,13) }
.red-rgba { background-color: rgba(232, 13, 13, 0.7) }
Thanks Karol