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,494 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,466 Views
Message 46 of 45
Report
44 REPLIES 44

Hi @Adam I'm trying to do the same thing but can't find where to input the code! Could you provide some steps? Sorry to be a pain!

5,451 Views
Message 46 of 45
Report
Square

You'll want to add that to the Header Code field for your blog page, @nwcreative. Go to the Pages tab, click on your blog page, then click on SEO Settings and you'll see the field. Note that code added there won't do anything within the website editor and only works on the published website.

3,693 Views
Message 46 of 45
Report

Hello! I know this is an old thread, but tagging along to see if there are any other ideas how to change the blog background color. Here is my site:

www.adinachaia.com

I tried putting the code you offered in the SEO header (and footer, just for good measure, when that didn't work) on the blog page, but it is still dark.

<style>
	#main
	{
		background: #fff !important;
	}
</style>
3,377 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