Change the background image in Squarespace


/ Published in: CSS
Save to your folder(s)

Upload your background image into the normal upload area. Then go to the Custom CSS section and paste in the following line. Change "websiteintwodays" to your Squarespace name, and change "bgsales.gif" to your image name.


Copy this code and paste it in your HTML
  1. body{background-image: url(http://websiteintwodays.squarespace.com/storage/bgsales.gif);}

Report this snippet


Comments


You need to login to view comments.