Change the color > bottom half

Unique Joomla 1.5 template with powerful navigation and stunning design discussion forum
GK User
Wed Feb 15, 2012 8:27 pm
I'm experimenting with new colors at the bottom of the template, but only managed to change the top half (see printsreen).
I'm changing the PNG file in "templates \ images \ dark \ bg.png"
How can I change the bottom half?
User avatar
Junior Boarder

Konrad M
Thu Feb 16, 2012 12:06 pm
Hi
Can you give us url to your site ?
User avatar

GK User
Thu Feb 16, 2012 12:38 pm
http://www.fronteiranoroeste.com.br/QUICKSTART_OCT2009/

This address is not definitive. The definitive will be www.lockfix.com.br
User avatar
Junior Boarder

Konrad M
Thu Feb 16, 2012 1:12 pm
In background you want color or image ? Becasue now you have image but when image ends it is black color. This is the reason why bottom is black.
User avatar

GK User
Thu Feb 16, 2012 1:21 pm
Konrad M wrote:In background you want color or image ? Becasue now you have image but when image ends it is black color. This is the reason why bottom is black.


Everything was black. I want to change to another color. But I could only change the top, changing the file bg.png, in the folder "templates \ images \ dark".
> I want everything to stay with one color only
User avatar
Junior Boarder

Konrad M
Thu Feb 16, 2012 1:24 pm
Go to dark.css and find
Code: Select all
body {
    background: url("../images/dark/bg.png") repeat-x scroll 0 0 #000000;
}


change it to
Code: Select all
body {
    background:#1e1e1e !important;
}

and set your own color value.
User avatar


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.