Jump to content

Adding a background image to specific pages with Fulton theme

Recommended Posts

We have tried to use this CSS to add a background image on our Fulton site, however, it does not work anymore (we used it on a previous site we created). We want to add a background image on specific pages on the site.


#collection-5d128f4ab097aa000189ca64 {
.content {
  background-image: url('https://static1.squarespace.com/static/5d0a859cd5a08f0001d0110a/t/5d1a6256602a0e0001f6c2cf/1562010198809/new_3C_watermark.png') !important;
  background-repeat: no-repeat;
  background-position: center left !important;
  background-size: cover;
}
.content-inner {background: none;}
}


Link to comment
  • Replies 8
  • Created
  • Last Reply

@jonheymr Use CSS. with #collection.... is page ID that you want use background image.


 #collection-5d128f4ab097aa000189ca64 #page {
   background-image: url('https://static1.squarespace.com/static/5d0a859cd5a08f0001d0110a/t/5d1a6256602a0e0001f6c2cf/1562010198809/new_3C_watermark.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
 }


Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

@jonheymr You can try (replace #collection...with your page id)


#collection-5d128f4ab097aa000189ca64 #siteWrapper {
   background-image: url('https://static1.squarespace.com/static/5d0a859cd5a08f0001d0110a/t/5d1a6256602a0e0001f6c2cf/1562010198809/new_3C_watermark.png') !important;
   background-repeat: no-repeat;
   background-position: center left !important;
   background-size: cover;
 }


Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.