I was able to change the header background color and I found a place to change the body background color but I only want to change the body background color on my homepage not across the whole site.
Can you help me with this?
I want to keep the footer background like it is.
I tried
.wrapper {
background-color: #9f100c;
}
but that did not work. I just want to change the background color on body of homepage only and I want to keep footerbackground as it is.
To change the body background color only in homepage Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and click on save all changes button:
.home #main {
background-color: #F8F8F8;
}
Note: Change above #F8F8F8 color code to your own HEX color code.
Thanks, that worked but it still has a thin grey line between the header and the body on the homepage. Any idea how to remove that? http://www.traderbakers.com
I used the above the change the background color of my home/landing page http://www.ereneesheehan.com
Now how do I change the background color behind the header?
Also, I have set the background color for all other pages to white and the pattern to none. However, the background still appears to have a ‘grayish’ tint to it. Can you please check? Thank you.