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?
I'm changing the PNG file in "templates \ images \ dark \ bg.png"
How can I change the bottom half?
-
- Junior Boarder
- Konrad M
- Thu Feb 16, 2012 12:06 pm
Hi
Can you give us url to your site ?
Can you give us url to your site ?
- 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
This address is not definitive. The definitive will be www.lockfix.com.br
-
- 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.
- 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
-
- Junior Boarder
- Konrad M
- Thu Feb 16, 2012 1:24 pm
Go to dark.css and find
change it to
and set your own color value.
- 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.
6 posts
• Page 1 of 1