Hi,
I want to set the JM Deco theme color to red for all users. How can this be accomplished?
I am running on Magento Community 1.7.0.2.
Thanks
1 answer
Hi computerguytony,
You open the file of app\design\frontend\default\jm_decotemplate\page\ ja_vars.php and look for this line of code
PHP Code:
$_params->set('ja_color','default');//'default','blue','green','red'
Change it to
PHP Code:
$_params->set('ja_color','red');//'default','blue','green','red'
Hope that helps !