Change the background colour in a blog...

Hi everyone,

Struggling with something that should be basic. 

I want to change the colour of the background of my blog from black to white, without change the site theme-colour. 

Any ideas?

Thanks,

Scott

9,495 Views
Message 1 of 45
Report
1 Best Answer
Square

Best Answer

Adding this to the Header Code field for the blog page on the Pages tab will change it to white on the live site:

<style>
	#main
	{
		background: #fff !important;
	}
</style>

View Best Answer >

9,467 Views
Message 46 of 45
Report
44 REPLIES 44

I want to change the background for my blog page to white too. But the code doesn't work either. I pasted the code into the "header code," under SEO settings. Any other way to fix it?

Dawn

1,377 Views
Message 46 of 45
Report

What is the address of your blog page?

1,376 Views
Message 46 of 45
Report

Here it is: http://www.dawnhusted.com/tidbits. I'm using a light theme, and I want the blog page to have a white background, with black text.

1,375 Views
Message 46 of 45
Report

Something like this will do it on the published site (but not the editor):

<style>
    .main-wrap
    {
        background: #fff !important;
    }
    .blog-title-link, .paragraph
    {
        color: #000 !important;
    }
</style>

Add that to the Header Code field for the page on the Pages tab.

1,355 Views
Message 46 of 45
Report

OMG it worked!!! I pasted the code into the footer and the header under the SEO blog page. Thank you!!!!!

Dawn

Tags (1)
1,354 Views
Message 46 of 45
Report
Square

Glad to hear that worked for you! 

1,352 Views
Message 46 of 45
Report

Hi, BJ!

This isn't working for me... I'm not familiar with code at all, so I may just be doing it wrong, but I copy and pasted the code you posted in the header section on the blog page SEO settings and nothing happened. Could you possibly help with this?

Thanks!

1,279 Views
Message 46 of 45
Report

To clarify, I currently have a white background with black text, but I'd like to change it so I can choose a colored or gradient background like I can on other pages on my website, if that's possible.

1,277 Views
Message 46 of 45
Report
Square

I'm not sure if it is a different process for a gradient background, but can you post a link to your blog page? 

1,271 Views
Message 46 of 45
Report

Hi, For me exactly the same.

Can anybody help? My background is white and I made my link texts white too, because the rest of the website has a dark blue/gray photo background.

My website is mkbfundingpartners.nl
2,286 Views
Message 46 of 45
Report

So I did copy paste the text to both the SEO header and footer code and the bog header and footer code


@DJ2 wrote:
Hi, For me exactly the same.

Can anybody help? My background is white and I made my link texts white too, because the rest of the website has a dark blue/gray photo background.

My website is mkbfundingpartners.nl
2,285 Views
Message 46 of 45
Report
Square

Hi @DJ2 Are you saying you copy/pasted the code that Adam suggested in this thread? Did you publish the site and check the online version? Sometimes edited code does not work within the editor, but will show on the live site. 

2,268 Views
Message 46 of 45
Report

This was the most helpful for me!  Thank you!!

252 Views
Message 46 of 45
Report

omg thank you this code worked. someone elses didnt. 

246 Views
Message 46 of 45
Report

Thank you!! This worked for me! Any idea what I can do so the date appears too? It's in white and I can't seem to tweak it. 

https://www.darkness.asia/blog#/

231 Views
Message 46 of 45
Report

thank you

2,656 Views
Message 46 of 45
Report

Have anyone manage to change Blog's background to match on other pages of their site?

2,457 Views
Message 46 of 45
Report

I changed the code to what you said but changed the #fff to #ff0 to get a yellow background and it did not change.  I tried #000 for black and it did not change. Any ideas what I did wrong?

2,441 Views
Message 46 of 45
Report

Can you post a link to your site @bannergrammy?

2,435 Views
Message 46 of 45
Report

Hello,

I haven't read every reply on every thread on this, but I still can't change my Blog background.

I've tried putting the code into the SEO header section and a few other ways and nothing has worked.

It still just stays fully black. 

It's really a probem because my readers are complaining that it's too harsh (fully black background) and text is difficult to read.

I want to make it gray. 

Please any help appreciated.

2,340 Views
Message 46 of 45
Report

Hello,

I've tried everything suggested in this thread, nothing changes the background.

It's really important because it's totally black, which is unuseable for my blog figures and text.

I need it to be medium gray.

My (new) blog is

https://www.abemis.com/hyper-blog

2,333 Views
Message 46 of 45
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.
grz-custom-initialLetter