Change Background Color of Blog
-
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!!!
- The topic ‘Change Background Color of Blog’ is closed to new replies.