Title: Dropdown menu background color
Last modified: February 28, 2019

---

# Dropdown menu background color

 *  Resolved [emielcusters](https://wordpress.org/support/users/emielcusters/)
 * (@emielcusters)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-background-color-3/)
 * Hello,
 * Through Additional CSS I changed the background color with this code:
 * .nv-navbar {
    background-color: #686979 }
 * But now I want to change the background color of a dropdown menu (still has color
   white) as well but I don’t seem to be able to find the correct line of code.
 * Somebody able to help?
 * Thanks E
    -  This topic was modified 7 years, 2 months ago by [emielcusters](https://wordpress.org/support/users/emielcusters/).

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

 *  [Jarret](https://wordpress.org/support/users/jarretc/)
 * (@jarretc)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-background-color-3/#post-11261413)
 * If you want it to match the same color you can use the following
 *     ```
       .nv-navbar, #nv-primary-navigation .sub-menu li {
       	background-color: #686979;
       }
       ```
   
 * Otherwise, if you want a different color
 *     ```
       #nv-primary-navigation .sub-menu li {
       	background-color: #000000;
       }
       ```
   
 *  Thread Starter [emielcusters](https://wordpress.org/support/users/emielcusters/)
 * (@emielcusters)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-background-color-3/#post-11261755)
 * Thanks a bunch [@jarretc](https://wordpress.org/support/users/jarretc/), that
   worked!
 *  Thread Starter [emielcusters](https://wordpress.org/support/users/emielcusters/)
 * (@emielcusters)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-background-color-3/#post-11263689)
 * Issue resolved

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

The topic ‘Dropdown menu background color’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [emielcusters](https://wordpress.org/support/users/emielcusters/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-background-color-3/#post-11263689)
 * Status: resolved