2011-06-19, 05:53 PM
2011-06-19, 06:04 PM
Upload the image to your theme directory. Lets consider the image name is background.png and is uploaded inside /images/mytheme/
Then go to ACP -> Templates & styles -> Your theme -> global.css
In the "body" class found at the top in global.css, do the following changes.
Replace mytheme with your theme folder name, and #000000 with the respective background color code.
Then go to ACP -> Templates & styles -> Your theme -> global.css
In the "body" class found at the top in global.css, do the following changes.
Quote:background: #000000 url(images/mytheme/background.png) top left repeat;
Replace mytheme with your theme folder name, and #000000 with the respective background color code.
2011-06-19, 06:06 PM
Just navigat to ur acp>themes and templates>your theme> global.css
Now in advanced mode edit it:
Look for
.body {
background: url( some path)
Now upload the desired background to ur theme image directory.
Now point the url like this
body{
background: url(images/your theme/image);
.......
}
The url only needs a change.
I hope ur problem will be solved
Now in advanced mode edit it:
Look for
.body {
background: url( some path)
Now upload the desired background to ur theme image directory.
Now point the url like this
body{
background: url(images/your theme/image);
.......
}
The url only needs a change.
I hope ur problem will be solved
2011-06-19, 08:24 PM
thanks 4 u kavin
thanks 4 u envira
thanks 4 u envira