• HI, hope someone can help me.
    My site is https://www.preparingforpeanut.com
    My blog has white backgrounds on the home page and posts, but the “pages” (about, ethan’s story, etc) have a brown background. I cannot, for the life of me, find where this background color is being designated. I’ve looked everywhere.

    I can see the problem when looking at the source code in my browser, I think this is it:
    /*Background
    ———————————————————— */
    body { background-color: #a39c8a; }
    #wrapper {
    background: #fff;
    padding: 0 20px 10px 20px;
    border-left: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    }

    Where is this??! Can someone help me change it? Thank you!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m sorry but as you are using a commercial theme, you need to seek support from the theme’s vendors.
    https://thethemefoundry.com/forums/

    I have the same problem, I do not want the white background on any of my pages, I was able to change the menu bar background. I’m using GoPress theme. please help

    http:josephinesbistrony.com

    This is very new and so am I.

    thank you
    Brianne

    Thread Starter bvoboril

    (@bvoboril)

    esmi,

    I will try to contact the theme foundry about this, but it was correct at one point so I know having a white background is a possibility, AND the background is white on the home page and post pages. Thanks for your help though.

    check if there is dashboard – appearance – background
    and if yes, what color is set for the background.

    try to use a browser inspection tool such as Firebug https://getfirebug.com/ to investigate what determines the formatting of what elements.

    you should find out, that the home/posts page is white because of an added style in the child theme:

    .home { background-color: #ffffff; }

    if you add .page into that style, you should have a white background there as well.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Background Color of Blog’ is closed to new replies.