Hi I wanted to know how to remove the color picker and set it to the default color.
Also I want to put a video on the side of the Slideshow.
Being this is being hardcoded, where would I set this?
Normally I would create a table in the design of the homepage but here its different?
1 answer
Go to this File \app\design\frontend\default\jm_adamitetemplate\p age\ja_vars.php
Find this Code
Code:
$_params->set('usertool_color', 4);
Replace the above with
Code:
$_params->set('usertool_color', 0);
Note: If you Find my Post useful please click on the Thanks Icon