Adding a custom background image to your store

From Spiffy Stores Knowledge Base

Revision as of 11:32, 5 April 2013 by Shawn (talk | contribs) (Created page with '== 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...<br>body {<br>&…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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);
}