Trouble changing background color. Which color code to change in the css file? - Joomla! Forum - community, help and support
hello!
just wanting add color site. site http://www.listenersgeneration.com. white "border" around each page different color (not different color on each page, though). example, i'd border of pages orange, not white.
i assume rhuk_solarflarii template i'm using, can make change in template_css file. problem is, i'm kind of noob, , there's lots of color codes in there (in other words, there's lots of places change color). don't know 1 changes i'm wanting change - inch half inch border around edge of each page.
thanks info!
tim
just wanting add color site. site http://www.listenersgeneration.com. white "border" around each page different color (not different color on each page, though). example, i'd border of pages orange, not white.
i assume rhuk_solarflarii template i'm using, can make change in template_css file. problem is, i'm kind of noob, , there's lots of color codes in there (in other words, there's lots of places change color). don't know 1 changes i'm wanting change - inch half inch border around edge of each page.
thanks info!
tim
edit file:
templates/rhuk_solarflare_ii/css/template_css.css
at line 16, replace
with
just replace color of border want.
hope helps.
templates/rhuk_solarflare_ii/css/template_css.css
at line 16, replace
code: select all
.outline {
border: 1px solid #cccccc;
background: #ffffff;
padding: 2px;
}
with
code: select all
.outline {
border: 3px solid #ff9900;
background: #ffffff;
}
just replace color of border want.
hope helps.
Comments
Post a Comment