Jump to content

How do I change the background Color of one of my blog posts without effecting the site overall?

Recommended Posts

57 minutes ago, ser511 said:

Hi I am wondering if there is way to change the background color of a specific blog post without needing to change the website color overall. Any recommendations would help thank you. 

You can inject the custom css into indidual page so it wont affect site wide

From Pages edit -> Click on Gear icon -> Advanced -> Injection

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

Add the following to Design > Custom CSS.

#post-5fbc6c1172f8b574a0e3959c {

  background-color: red;
  
  }

This is for a v7.0 site using a Brine family template.

You can of course change the color to suit.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
On 12/19/2020 at 1:53 AM, ser511 said:

So it worked showing my posts now that the background is white but the color also goes to the blog page see pic below. Is there any way to make it transparent/ or not effect the thumbnail

Screen Shot 2020-12-18 at 10.46.12 AM.png

Screen Shot 2020-12-18 at 10.46.24 AM.png

Screen Shot 2020-12-18 at 10.46.57 AM.png

Can you share link to page in screenshot? We can check easier.

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
  • 1 year later...
On 12/18/2020 at 6:39 AM, creedon said:

Add the following to Design > Custom CSS.

#post-5fbc6c1172f8b574a0e3959c {

  background-color: red;
  
  }

This is for a v7.0 site using a Brine family template.

You can of course change the color to suit.

Let us know how it goes.

Hi @creedon

Is there a code to change the background for blog posts for v7.0 Foundry template? I've tried all the others and they don't work. 

page: https://www.wordsbyisabel.com/full-blog/2022/2/6/2022-the-year-of-finishing

I just want to change it to white! :)

 

Link to comment
1 hour ago, isb said:

Is there a code to change the background for blog posts for v7.0 Foundry template? I've tried all the others and they don't work.

Each post has a unique id. So other people's ids won't work on your site.

Here is the CSS you need.

#item-620037b38651640505b9a494 {

  background-color : white;
  
  }

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
  • 2 weeks later...

Hello, I have been following this thread as I need to do the same thing. It is beyond me why Squarespace hasn´t set up a preset to be able to make your blog stuff white behind, it seems very - well - normal that people would want it.

I was able to get the background white - sort of - But the edges around have stayed the orange color.

Any advice on how to make the side - edges white as well?

Here is the post I am working on : https://www.wholelifesolutions.biz/blog/waffles-noodles-and-why-its-actually-a-good-thing-he-doesnt-give-a-damn-about-the-color-of-the-linens

I have used the code given above (adjusted) to create this:

 

#post-5fbc6c1172f8b574a0e3959c {

  background-color: red;
Link to comment
6 hours ago, SeventhSense said:

I was able to get the background white - sort of - But the edges around have stayed the orange color.

Any advice on how to make the side - edges white as well?

Add the following to Design > Custom CSS.

.collection-type-blog .Main {

  background-color : white;
  
  }

This is for v7.0 using the Brine template family.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
  • 9 months later...
On 2/25/2022 at 7:47 PM, creedon said:
.collection-type-blog .Main {

  background-color : white;
  
  }

 

On 2/10/2022 at 3:34 PM, isb said:

Hi @creedon

Is there a code to change the background for blog posts for v7.0 Foundry template? I've tried all the others and they don't work. 

page: https://www.wordsbyisabel.com/full-blog/2022/2/6/2022-the-year-of-finishing

I just want to change it to white! 🙂

 

Having the same issue. Would also like the entire page background of a blog post to be white.

I am using version 7.0 – Brine family (Sofia Rey template), would you happen to have a code I could use?

https://www.traceyjohnson.work/graphic-design-portfolio

Link to comment
19 hours ago, tracey said:

Would also like the entire page background of a blog post to be white.

Your first stop is to go to the page where you want to change the background color.

Then go to Design > Site Styles. Then you hover over the bit you want to change the color of and click. If Site Styles contain a tweaks for the clicked element they will be shown on the left.

1758976864_ScreenShot2022-12-12at4_30_24PM.png.bc82ada539c52e3c989710f569cd8fb0.png

536253400_ScreenShot2022-12-12at4_30_59PM.png.47916bce08b55ee093e85b9043a69fc1.png

Let us know how it goes.

Edited by creedon

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

Hi @ Creedon, thanks for your reply, appreciate it, but this method creates a site wide change, whereas I'm looking to target the Blog Post page only. My aim is to have the blog landing pages with full colour backgrounds:

https://www.traceyjohnson.work/graphic-design-portfolio
https://www.traceyjohnson.work/photography-portfolio

And internal blog post pages to remain white:

https://www.traceyjohnson.work/retouching-portfolio/racq


With my template, using the Design > Site Styles method I am limited as colour changes are site wide rather than page by page. As a work around I've entered custom code into the Blog Settings > Advanced > Page Header Code Injection section to be able to change the Header, Intro & Main background colours, which is great for the Blog main page, but it colours the internal pages:

https://www.traceyjohnson.work/graphic-design-portfolio/milque

I'm trying to find a way to get these internal blog pages to remain white, or find another custom code to change them to white.

Attached is the custom code I've used.

Screen Shot 2022-12-13 at 9.32.37 AM.png

Link to comment
1 hour ago, tracey said:

I'm looking to target the Blog Post page only.

Add the following to Blog Settings > Advanced > Page Header Code Injection for the blog page. Please see per-page code injection.

<style>

  .collection-type-blog.view-item .Header--top,
  .collection-type-blog.view-item .Intro,
  .collection-type-blog.view-item .Main
  
    {
    
      background-color : white !important;
      
      }
      
  </style>

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
  • 2 weeks later...
On 12/26/2022 at 7:28 PM, Azz said:

Looking to change the background of all the blog posts on my page to white.

Add the following to Blog Settings > Advanced > Page Header Code Injection for the blog page. Please see per-page code injection.

<style>

  body.collection-type-blog.view-item {
  
    color : black;
    
    }
    
  body.collection-type-blog.view-item .Main {
  
    background-color : white;
    
    }
    
  </style>

 

Quote

And then I will need to change the font colour to the dark colour.

You can change some of the blog font colors in Design > Site Styles.

Let us know how it goes.

Edited by creedon
version 2, added font color change

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

Was able to change the background color (yay) but strangely Blog font colour doesn't appear in the Design<site Styles. 

I have seen it there before but strange that it's not there so I can't edit ANY functions to do with Blog. Any ideas are welcome. Thank you so much. 

Link to comment
34 minutes ago, Azz said:

strangely Blog font colour doesn't appear in the Design<site Styles.

My bad. There are settings for other Blog font elements, except for the main text.

I have updated my code post.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
3 hours ago, Azz said:

I used to. But no longer. There is nothing blog related in the design>site styles

Odd.

Quote

I don't mind giving you my log in

You don't need to give me your login but you can send me a Contributor Invite with Administrator privileges.

I will DM you my contact info.

Oh and if for some reason we can't get those options to show up, we can certainly use some CSS. But I think it's good to figure out why something isn't working as expected and use built-in features where possible.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

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.