jonheymr Posted July 1, 2019 Share Posted July 1, 2019 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
tuanphan Posted July 2, 2019 Share Posted July 2, 2019 @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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
jonheymr Posted July 3, 2019 Author Share Posted July 3, 2019 That's what we were doing previously. That css does not work. That collection ID is for the page we are attempting to add the image to. Link to comment
tuanphan Posted July 4, 2019 Share Posted July 4, 2019 @jonheymr can you share site url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
jonheymr Posted July 5, 2019 Author Share Posted July 5, 2019 The site is still in progress so it is not live yet, still private. Link to comment
tuanphan Posted July 5, 2019 Share Posted July 5, 2019 @jonheymr You can setup password and share site url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
jonheymr Posted July 5, 2019 Author Share Posted July 5, 2019 https://the-3c-homes.squarespace.com/ pw: 3Csquarespace Link to comment
tuanphan Posted July 5, 2019 Share Posted July 5, 2019 @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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
jonheymr Posted July 8, 2019 Author Share Posted July 8, 2019 Seems to work now with the collection ID Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.