Hello,
I wanted to add an image as a background in my Appsite template and I dont know where(files) to start looking in, any suggestions people. Thanks
renae wrote:Hey Buddy,
I have the same template (appsite) and want to add a background image, was wondering the code that you have provided, where should I be putting that? would it be in the Template.css or would I be putting it in the respective style.css?
Hope you can help me!
Vlad
body {
background: url("../images/bg.jpg") no-repeat center 0;
}
renae wrote:Perfect works like a charm:)
Though do you know how to stop the background repeating itself in every direction?
I have tried using this code:
- Code: Select all
body {
background: url("../images/bg.jpg") no-repeat center 0;
}
Thanks, Vlad
renae wrote:Hey buddy,
Here is my url: http://www.mysolarsupply.com.au
I changed the code you provided me with and still getting the same result.
Vlad
body {
background: url("../images/bg.jpg") no-repeat scroll 0 0 transparent;
}