Hi igork04
If I got your message correctly, you want to change the main color: #DB202F to #80000 , right?
To change it for the whole website, I recommend you to change via LESS file:
/templates/ja_shoe/less/variables.less
Look for this line of code:
// Brand colors
// -------------------------
@brand-primary: #DB202F;
and change the primary color here.
You should backup your site before changing and compile LESS to CSS: http://www.t3-framework.org/documentation/bs3-configuration#compile-less
Regards