- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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....) 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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
@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: