How to change color sheme?

Hello, how do I change a default color scheme? In Configuration->Design under Skin (Images / CSS), I addet Exception "blue" to Matched Expression and Value, but how I see it is wrong
Thanks

3 answers

Profile photo of Saguaros 0.00 $tone June 17, 2014
Public

You can try going to the app\design\frontend\default\jm_trextemplate\page\ ja_vars.php file, you would see

PHP Code:

 #Color
              
$_params->set('ja_color','default');//default, red 




change it to:

PHP Code:

  #Color
               
$_params->set('ja_color','blue');//default, red 




Hope it helps.

#1

Please login or Register to Submit Answer

Written By

Comments