How can I change the colour scheme?

Hi,

Can someone help me in my attempt to change the JM Fashira colour? I searched the forum, but couldn’t find an answer yet. Thanks!

4 answers

Profile photo of chavan 100.00 $tone August 18, 2011
Public

Go to this File \app\design\frontend\default\jm_fashiratemplate\p age\ja_vars.php

This is the code where you set the color of the template

PHP Code:

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




To set Green do this

PHP Code:

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





Note: If you Find my Post useful please click on the Thanks Icon

#1

This question is now closed

Written By

Comments