How to change BG color in CSS in ja_pyro template? - Joomla! Forum - community, help and support
so i'm failing @ changing color of background site i'm trying friend work on. it's been while since got stylesheet.
below believe background settings in template.css file ja_pyro template we're using. i've changed body-bg.gif image represent color want background be, i've checked url path gif image , it's color want background be, still nothing. i've tried removing background url code , replacing defining color, nothing changes. i'm not sure i'm missing here.
not sure background: #fff; color: #333 either, i'm used hex code being 1 group of letters/numbers.
any input appreciated.
below believe background settings in template.css file ja_pyro template we're using. i've changed body-bg.gif image represent color want background be, i've checked url path gif image , it's color want background be, still nothing. i've tried removing background url code , replacing defining color, nothing changes. i'm not sure i'm missing here.
not sure background: #fff; color: #333 either, i'm used hex code being 1 group of letters/numbers.
code: select all
/*
# ------------------------------------------------------------------------
# ja pyro template joomla 1.5
# ------------------------------------------------------------------------
# copyright (c) 2004-2010 joomlart.com. rights reserved.
# @license - php files gnu/gpl v2. css / js copyrighted commercial,
# bound proprietary license of joomlart. details on licensing,
# please read terms of use @ http://www.joomlart.com/terms_of_use.html.
# author: joomlart.com
# websites: http://www.joomlart.com - http://www.joomlancers.com
# redistribution, modification or re-licensing of file in part of full,
# bound license applied.
# ------------------------------------------------------------------------
*/
/* common style
--------------------------------------------------------- */
body {
background: url(../images/body-bg.gif) repeat-x top left #fff;
color: #333;
font-family: georgia, arial, helvetica, sans-serif;
line-height: 1.6;
}
body #bd { background: #fff; color: #333; }
body.fs1 { font-size: 10px; }
body.fs2 { font-size: 11px; }
body.fs3 { font-size: 12px; }
body.fs4 { font-size: 13px; }
body.fs5 { font-size: 14px; }
body.fs6 { font-size: 15px; }
any input appreciated.
Comments
Post a Comment