theversion Posted November 4, 2022 Share Posted November 4, 2022 Hi is there an easy way I can use an image as the background on my blog posts? I'd like the same image to be the background on ALL blog posts. I'm using the 7.1 version of squarespace. Thank you. Link to comment
Beyondspace Posted November 5, 2022 Share Posted November 5, 2022 10 hours ago, theversion said: Hi is there an easy way I can use an image as the background on my blog posts? I'd like the same image to be the background on ALL blog posts. I'm using the 7.1 version of squarespace. Thank you. Have you tried using the style color for blog post? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
theversion Posted November 5, 2022 Author Share Posted November 5, 2022 Thanks yes I know how to change the colours but I'm looking to use an image as the background Link to comment
tuanphan Posted November 10, 2022 Share Posted November 10, 2022 On 11/5/2022 at 8:14 PM, theversion said: Thanks yes I know how to change the colours but I'm looking to use an image as the background Add a background image for all blog posts, or different image on each blog post? 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
Palmside Posted November 14, 2022 Share Posted November 14, 2022 Hey @tuanphan @theversion just wondering if you found a solution to this? I have a website I'm looking to add the same background image for the blog grid page & the individual blog pages themselves, in order to match the rest of the website:https://www.comb-band.com/ Password: 123 Looking to make it look like the blog pages look like the 'Contact' page with this paper texture image background: Cheers! Link to comment
theversion Posted November 15, 2022 Author Share Posted November 15, 2022 On 11/10/2022 at 6:33 AM, tuanphan said: Add a background image for all blog posts, or different image on each blog post? The same image on all blog posts, thanks Link to comment
tuanphan Posted November 21, 2022 Share Posted November 21, 2022 On 11/14/2022 at 11:48 PM, Palmside said: Hey @tuanphan @theversion just wondering if you found a solution to this? I have a website I'm looking to add the same background image for the blog grid page & the individual blog pages themselves, in order to match the rest of the website:https://www.comb-band.com/ Password: 123 Looking to make it look like the blog pages look like the 'Contact' page with this paper texture image background: Cheers! I see you solved with this code? .blog-basic-grid.collection-content-wrapper { background-image: url(https://static1.squarespace.com/static/63639f1cd2247b4fb4cf2667/t/636d2094530ba81cc5ef501a/1668096160759/Light+Texture+2+OVERLAY.jpg); background-size: cover; background-repeat: no-repeat; background-position: cover; padding-top: 190px } body.collection-type-blog-basic-grid .header-announcement-bar-wrapper { background: transparent !important; position: absolute !important } .blog-item-wrapper { background-image: url(https://static1.squarespace.com/static/63639f1cd2247b4fb4cf2667/t/636d2094530ba81cc5ef501a/1668096160759/Light+Texture+2+OVERLAY.jpg); background-size: cover; padding-top: 50px } On 11/16/2022 at 1:51 AM, theversion said: The same image on all blog posts, thanks What is your site url? Or you can try this code [class*="blog-"].collection-content-wrapper { background-image: url(https://static1.squarespace.com/static/63639f1cd2247b4fb4cf2667/t/636d2094530ba81cc5ef501a/1668096160759/Light+Texture+2+OVERLAY.jpg); background-size: cover; background-repeat: no-repeat; background-position: cover; padding-top: 190px } body[class*="type-blog"] .header-announcement-bar-wrapper { background: transparent !important; position: absolute !important } .blog-item-wrapper { background-image: url(https://static1.squarespace.com/static/63639f1cd2247b4fb4cf2667/t/636d2094530ba81cc5ef501a/1668096160759/Light+Texture+2+OVERLAY.jpg); background-size: cover; padding-top: 50px } Palmside 1 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
Palmside Posted November 22, 2022 Share Posted November 22, 2022 Yes, thanks @tuanphan ! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment