GryphonArmoury Posted March 24, 2011 Share Posted March 24, 2011 Hello allI would appreciate some really easy, crystal clear instructions on how to add a tiling background to my default template. Thanks! Link to comment Share on other sites More sharing options...
cartcreative Posted March 24, 2011 Share Posted March 24, 2011 Here's the steps:1. via FTP, upload the background image to your themes "img" folder2. open css/gobal.css in your theme directory in a html or text editor3. 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 image4. Save the css file, then upload to your webserverHope this helps! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now