petegarnish 0 Report post Posted February 28, 2011 I see that this has been covered in earlier posts, however I can't seem to get it to work for me. So I want to place a custom background image. I've added this to custom.css body {background: url('''> ') no-repeat top left;} if you follow this link you'll se the image is there and displays in a browser: Any ideas? Thanks Share this post Link to post Share on other sites
Guest Guest Report post Posted February 28, 2011 I just tried your exact code on a test site and it displays your background (although making it no repeat means it will cut off after the bottom of the image is reached). Are you saying that the image is not displaying at all? Share this post Link to post Share on other sites
petegarnish 0 Report post Posted February 28, 2011 Hi Tyler, I think I've got it. I have removed: .bggrey {background: #000 url(../images/bggrey.jpg) repeat-x 0 0;} from the theme.css now the image is showing. However now the footer bg colour is white Share this post Link to post Share on other sites