badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change body background color on homepage only

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #4806
    bretwalker11
    Member

    Here is a link to my site: http://www.traderbakers.com

    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.

    Thanks!

    #4836
    sovit ranjitkar
    Keymaster

    Hi bretwalker11,

    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.

    Thank you for using our theme.

    #4845
    bretwalker11
    Member

    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

    #4887
    sovit ranjitkar
    Keymaster

    Paste below code to remove the border and click on save all changes button:

    #branding {
        border-bottom: 0 none;
    }

    Thank you!

    #4899
    bretwalker11
    Member

    That worked. Thanks!

    #8764
    Renee
    Participant

    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.

    #8833

    HiRenee
    I couldnot understand what you mean exactly? Can you sen it clearly.
    1 think this topic is closed so please create you own new thread.

    Thank you
    Sunil

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.