Set Default Theme Color

Hi,

How can i set the default color layout without much editing?
Is there an easy way for it or do i need to do the custom CSS?

3 answers

Profile photo of Css Magician 0.00 $tone June 4, 2010
Public

Dear rizzler,

Please go to app\design\frontend\default\jm_aniontemplate\page \ja_vars.php, at lines 28
Code:

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

please change ‘default’ to your default color.

#1
Profile photo of Bernardo de Kreij 0.00 $tone June 4, 2010
Public

Dear rizzler,

Please go to app\design\frontend\default\jm_aniontemplate\page \ja_vars.php, at lines 28
Code:

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

please change ‘default’ to your default color.

Great this solved the problem for me.

Although now i’m running into a different problem.
I want to make the left column: ja-col1 like 30 pixels wider ( else my categories don’t fit).
Scaling is not a problem.
But i can’t seem to track down where the background file for this column is defined.
( the background leaves a gap).

#2
congtq 0.00 $tone June 8, 2010
Public

Dear rizzler

You can customize the layout’s css in folder \skin\frontend\default\jm_anion\css\
.ja-col1 in \skin\frontend\default\jm_anion\css\layout.css file

However, you will have to change a lot.
I suggest that you should shortened the name of the category to fit the width of the .ja-col1

#3

This question is now closed

Written By

Comments