JM Trex

Hello,

I just installed your template on my new site and I am brand new to Magento. I have done work with Joomla before. My Question is how do I make the color of the template to stay blue permanently?

1 answer

Profile photo of Sherlock 0.00 $tone March 31, 2014
Public

Go 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