Sterix default color theme

Hello,

I removed the color chooser from the top bar of the template. I just want 1 color by default, red, but it shows blue if I open from a new browser. How can I leave only red color by default?

Thanks.

1 answer

Profile photo of Sherlock 0.00 $tone April 15, 2013
Public

Hi maryann,

You can open the file of app\design\frontend\default\jm_sterixtemplate\pag e\ja_vars.php look for this line of code

PHP Code:

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




just change it to

PHP Code:

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




Hope that would help !

#1

Please login or Register to Submit Answer

Written By

Comments