PROBLEM: I want to change the default colour in ja_mercury to green.
Ive installed ja_mercury (free template) succesfully on my site. (here)
Ive figured out how to disable the colour picker in index.php.
I know its also posible in the template editor.
This should change the template to green
$ja_color_default = ‘green’; //blank for default, else pick one of in extra color themes $ja_color_themes
But my site displays the orange one (default)
I’ve succesfully disabled the colour picker
$ja_tool = 0; // 0: disable all; 1: disable color, enable screen; 2: enable color, disable screen; 3: enable all.
So why cant I change the default colour to green?