Title: Body/Wrapper Color
Last modified: August 21, 2016

---

# Body/Wrapper Color

 *  Resolved [peterweinrauch](https://wordpress.org/support/users/peterweinrauch/)
 * (@peterweinrauch)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/bodywrapper-color/)
 * Hello Tomas,
 * I want to change the background color of the body/wrapper of my pages at [http://www.eblireads.com](http://www.eblireads.com)
 * Currently, what I’m referring to as the body/wrapper is in white — I’d like to
   change that to any number of colors.
 * Also, is it possible to change the color of this per page?
 * Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [peterweinrauch](https://wordpress.org/support/users/peterweinrauch/)
 * (@peterweinrauch)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/bodywrapper-color/#post-4375136)
 * Never mind!
 * I found it under /* 3.3 Page structure */ — thanks.
 *  Theme Author [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/bodywrapper-color/#post-4375218)
 * Good to hear 😉
 * Nice site! I have one suggestion:
 * If you want to have a menu item just as a container for sub-items (without linking
   to any actual pages):
 * 1. Create a link menu item with any link address (you should enter something 
   there, otherwise WP will not let to create the menu item).
    2. When it is already
   created, edit it by deleting the link address.
 * This way you will be able to stack other items under it, but you will not have
   to create an extra page, sometimes it may be confusing for users too.
 *  Theme Author [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/bodywrapper-color/#post-4375228)
 * To change background per page, you have to check:
 * For example for page at:
 * [http://eblireads.com/ebli-instruction/for-parents/](http://eblireads.com/ebli-instruction/for-parents/)
 * You could check page ID and then use something like:
 *     ```
       body.page-id-190 {
       background-color: #FF0000 !important;
       }
       ```
   
 * This one I took from:
 * [http://wordpress.org/support/topic/twenty-twelve-how-to-change-background-on-a-perpage-basis?replies=19](http://wordpress.org/support/topic/twenty-twelve-how-to-change-background-on-a-perpage-basis?replies=19)
 * Or you can use plugin:
 * [http://wordpress.org/plugins/background-per-page/](http://wordpress.org/plugins/background-per-page/)
 * To easily find page IDs you can use plugin:
 * [http://wordpress.org/plugins/codepress-admin-columns/](http://wordpress.org/plugins/codepress-admin-columns/)
 * or do it manually:
 * [http://wordpress.org/support/topic/find-page-id?replies=5](http://wordpress.org/support/topic/find-page-id?replies=5)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Body/Wrapper Color’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tiny-forge/1.6.1/screenshot.png)
 * Tiny Forge
 * [Support Threads](https://wordpress.org/support/theme/tiny-forge/)
 * [Active Topics](https://wordpress.org/support/theme/tiny-forge/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tiny-forge/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tiny-forge/reviews/)

## Tags

 * [body color](https://wordpress.org/support/topic-tag/body-color/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/bodywrapper-color/#post-4375228)
 * Status: resolved