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
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.
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,orangeplease 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).
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
This question is now closed