Title: Menu bar &#8211; multiple backgrounds
Last modified: August 19, 2016

---

# Menu bar – multiple backgrounds

 *  [Stephen Martin](https://wordpress.org/support/users/gotoguy/)
 * (@gotoguy)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/menu-bar-multiple-backgrounds/)
 * I’m looking to put a background in the menu bar of my home page. I want a different
   bg in the menu bar on the rest of the pages. Is that possible? If so, how would
   I accomplish this?
 * Any help would be greatly appreciated.
 * Thanks so much.

Viewing 1 replies (of 1 total)

 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/menu-bar-multiple-backgrounds/#post-1235702)
 * hi – yes its possible to do that by assigning a class to the body or content 
   tag when on the homepage, and then create css to override the normal menu bg 
   with the homepage bg when on the homepage
 * (I am using this as example code – it is not going to work on your site as is)
 *     ```
       #menu { background: url(images/menu_bg_nav.jpg) no-repeat }
       .home #menu { background: url(images/home_menu_bg_nav.jpg) no-repeat }
       ```
   
 * if you need more specific instructions to implement this, post the URL to your
   site

Viewing 1 replies (of 1 total)

The topic ‘Menu bar – multiple backgrounds’ is closed to new replies.

## Tags

 * [backgrounds](https://wordpress.org/support/topic-tag/backgrounds/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/menu-bar-multiple-backgrounds/#post-1235702)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
