<em>@tulio 201356 wrote:</em><blockquote>Hi there,
I have installed the light brown color but the background has a dark brown color.
How can I change that color to another color (for example the light color) but without affecting the fonts color, because I tried but the fonts became in white.
Thanks for your help.
Regards,
Tulio</blockquote>
Hello Tulio!
You open the file; /templates/ja_anion/core/themes/light-brown/css/color.css and find the following code:
body#bd { background: url(../images/grad01.gif) left top repeat-x; background-color: #2d2925; color: #353535; }
replace:
body#bd { background:red; color: #353535; }