Title: color navigation-bar
Last modified: August 20, 2016

---

# color navigation-bar

 *  Resolved [wordpresspit](https://wordpress.org/support/users/wordpresspit/)
 * (@wordpresspit)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-navigation-bar/)
 * Hi Emil!
 * How can I change the color of the navigation-bar? Originally it is dark-grey,
   I need to have another color.
 * Thank you

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

 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-navigation-bar/#post-3404705)
 * Here you go: [http://themeid.com/help/discussion/3284/primary-menu](http://themeid.com/help/discussion/3284/primary-menu)
 * Emil
 *  Thread Starter [wordpresspit](https://wordpress.org/support/users/wordpresspit/)
 * (@wordpresspit)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-navigation-bar/#post-3404710)
 * Oh, thank you!
 * Another question: I can change the color of the menu bar now, but when I wanna
   use an expanding menu it is white colored. How can I change this color?
 * And by the way… I didn’t found how I can remove the page title. I found this 
   thread: [http://themeid.com/help/discussion/comment/2492](http://themeid.com/help/discussion/comment/2492).
   But that doesn’t work respectively the code is different. Is there a solution,
   too?
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-navigation-bar/#post-3404711)
 * drop-down menu:
 * .menu li li {}
 * and change the background 🙂
 * Emil
 *  Thread Starter [wordpresspit](https://wordpress.org/support/users/wordpresspit/)
 * (@wordpresspit)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-navigation-bar/#post-3404716)
 * Thanks! Great!
 * And my problem with the title?
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-navigation-bar/#post-3404721)
 * All page titles:
 *     ```
       .post-title {
           display: none;
       }
       ```
   
 * Emil
 *  Thread Starter [wordpresspit](https://wordpress.org/support/users/wordpresspit/)
 * (@wordpresspit)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-navigation-bar/#post-3404747)
 * It works! But is it only possible for pages AND articles? Not separately for 
   pages?
 * Hopefully one of my last questions….;-)
    I don’t find the tag for the background-
   color of the pages. Could you help me again? This one has no function:
 *     ```
       body {
           background:#B31D21;
       }
       ```
   
 *  Thread Starter [wordpresspit](https://wordpress.org/support/users/wordpresspit/)
 * (@wordpresspit)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-navigation-bar/#post-3404761)
 * Ok. I found a solution:
 * `#wrapper { background-color: #B31D21; border:0; }`
 * But this changes all wrapper, not individual pages or posts.
 * The title can be removed separately with that:
    `#post-51 h1 {display:none;}`
   51 is the ID of a page.
 * In the wrapper there are still the path and the link to home. How can I remove
   that?
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-navigation-bar/#post-3404769)
 *     ```
       .post-title #post-51 {
           display: none;
       }
       ```
   
 *  Thread Starter [wordpresspit](https://wordpress.org/support/users/wordpresspit/)
 * (@wordpresspit)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-navigation-bar/#post-3404770)
 * I’m sorry, that doesn’t work.
 * This works:
    #post-51 h1 {display:none;}
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-navigation-bar/#post-3404771)
 * You missed out this bit;
 *     ```
       .post-title
       ```
   
 * Does this code not work;
 *     ```
       .post-title #post-51 {
           display: none;
       }
       ```
   
 * ?
 *  Thread Starter [wordpresspit](https://wordpress.org/support/users/wordpresspit/)
 * (@wordpresspit)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-navigation-bar/#post-3404772)
 * Again…
    That doesn’t work: .post-title #post-51 { display: none; }
 * This works:
    #post-51 h1 {display:none;}
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-navigation-bar/#post-3404773)
 * Sorry, I misread.
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-navigation-bar/#post-3404776)
 * all good then 🙂
 * Emil

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

The topic ‘color navigation-bar’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/responsive/6.3.5/screenshot.png)
 * Responsive
 * [Support Threads](https://wordpress.org/support/theme/responsive/)
 * [Active Topics](https://wordpress.org/support/theme/responsive/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/responsive/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/responsive/reviews/)

 * 13 replies
 * 3 participants
 * Last reply from: [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/color-navigation-bar/#post-3404776)
 * Status: resolved