Adding a custom background image to your store

From Spiffy Stores Knowledge Base

Revision as of 11:33, 5 April 2013 by Shawn (talk | contribs) (→‎Step 1)

Step 1

Create a plain text file on your computer using Notepad on a PC or textedit on a Mac and call it "custom.css".  Add the following text to it...

body {
   background-image: url(custom-background.jpg);
}