Can I use an image for the background of my store?

You can use an image for the background with some custom CSS.

  1. Sign into your Shopify admin
  2. Go to 'Online Store' > 'Theme'
  3. Click 'Actions' > 'Edit Code'

    css1
  4. Scroll down to the 'Assets' Folder and select the 'theme-custom.scss.liquid' file
  5. Paste the following line of code in:
    body { background-image: url(<http://image-url>) }
  6. Replace <http://image-url> with your store's URL. You can find the URL in your Shopify Store - Content - Files

    css2