Set store colour to Blue, remove other colour options from top

Hi, firstly I love the theme, thank you. I would like to set the default colour to blue for all website visitors and remove the option to select other colour options from the top of website. Any guidance would be much appreciated.

2 answers

Profile photo of chavan 100.00 $tone June 22, 2012
Public

Go to this File: app\design\frontend\default\jm_fashiratemplate\pa ge\ja_vars.php

Remove the Color Menu:

Replace this Code

Code:

$_params->set('usertool_color', 4); //0: disable, 4: show font tools

With

Code:

$_params->set('usertool_color', 0); //0: disable, 4: show font tools

Change the Default Color to Blue:

Replace this code on the same file

Code:

$_params->set('ja_color','default');

With

Code:

$_params->set('ja_color','blue');

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

#1

This question is now closed

Written By

Comments