Is this possible?
My store/products are more suited to the blue colour so i would like this to be the default colour for new visitors.
7 answers
If blue is a template option you can usually choose that in your template parameters.
extensions/templates/ then choose your template, and choose the color option. If there is no blue color option, you wlil have to edit instances of the color you want to replace in the template.css file (extensions/templates/yourtemplate/css/template.css
Cheryl
Hey cjmicro,
I guess you are not first who haven’t noticed that it’s not Joomla.
WHOOPS!!! Sorry. đź
Cheryl
To solve this issue, please open ja_vars.php file in app\design\frontend\default\jm_puritytemplate\pag e folder, at about line 28, find following code:
PHP Code:
#Color
$_params->set('ja_color','default');//default, red, blue
and change to:
PHP Code:
#Color
$_params->set('ja_color','blue');//default, red, blue
Hope it helps.
"app\design\frontend\default\jm_puritytemplate\pa ge", where is that?
Anyone, played with menus?
Here :
/public_html/app/design/frontend/default/YOUR THEME/template/page/ja_vars.php
This question is now closed