How to remove/hide one of the JM Scerif web store's color selector?

How to remove/hide one of the JM Scerif web store’s color selector?

1 answer

Profile photo of Sherlock 0.00 $tone March 11, 2013
Public

Hi victorlai,

Open the file of app\design\frontend\default\jm_sceriftemplate\pag e\ja_vars.php you would see this line

PHP Code:

 $tmpTools->setColorThemes (array('default','blue','green','violet','red','pink','dark')); 




here you can remove the color you don’t want, ex remove the red, change the above to

PHP Code:

 $tmpTools->setColorThemes (array('default','blue','green','violet','pink','dark')); 



#1

Please login or Register to Submit Answer

Written By

Comments