Change default color AND hide "Colors" menu item

I already saw the thread on how to hide "Colors" but I’d like to set a default color and simply hide the menu item so visitors cannot change the color. Thank you.

3 answers

Profile photo of tomc 0.00 $tone December 18, 2011
Public

Within the following path --> /app/design/frontend/default/jm_methys/template/page

Change the following line

Code:

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

to something like

Code:

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

or whatever color theme you want as your primary/default.

Hope that helps

#1

This question is now closed

Written By

Comments