Jump to content

Looking for very clear instructions on how to create tiling background


Recommended Posts

Here's the steps:

1. via FTP, upload the background image to your themes "img" folder
2. open css/gobal.css in your theme directory in a html or text editor
3. somewhere towards the top of that file you should find a reference to "body", then just underneath that "background:"
Change the background property to this:

 background: url('../img/yourimage.jpg') repeat; 



You need to change yourimage.jpg to the filename of your titling image

4. Save the css file, then upload to your webserver

Hope this helps!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...