Jump to content

An image as blog page background?

Recommended Posts

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?

image.thumb.png.70a16561b7910d342865bfb044c15880.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

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
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

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: Light+Texture+2+OVERLAY.jpg

Cheers!

Link to comment
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: Light+Texture+2+OVERLAY.jpg

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
}

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.