Need Help Changing Blog Page Background Color

Hi all, 

I've look over about seventy-four-elven-thirteen posts on this topic (made up number....) Smiley Happy None of the HTML code suggestions seemed to work for me. I acknowledge I'm probably doing something wrong, but nonetheless.... 

The glaring white background on the blog page is hard on my reader's eyes; I want to change the background color of the page to fcode a4a19b, which matches the rest of my sight, and is a mellow gray scale. 

I've tried going to the blog page in editor, SEO settings, and adding the following into the header section: 

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

That did not work for me. 

My site is located at: onmentalhealthblog.weebly.com

Any suggestions or help would be great. 

Thanks, all! 

Jason

631 Views
Message 1 of 2
Report
1 REPLY 1

@onmentalhealth Instead of the "main" id, try the "wrapper-content" id instead. You probably won't need the "important" qualifier. I'd also suggest a less dull color. Try something softer but less dull like #f0f0e6.

#wrapper-content {
background: #f0f0e6;
}

 This should produce the following:

image

621 Views
Message 3 of 2
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.