Title: Drop Down Menu
Last modified: January 28, 2020

---

# Drop Down Menu

 *  [sakinadipace](https://wordpress.org/support/users/sakinadipace/)
 * (@sakinadipace)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/drop-down-menu-150/)
 * Hi there
 * I cannot change the color of the drop down menu in green (rgb( 170, 211, 129))
   
   At the moment it is in blue (when you click on “nos formations” Any chance you
   could hep me?
 * I already have this additional CSS:
    div { text-align: justify; text-justify:
   inter-word; } .slide-caption { display: none; } .navbar { border-bottom: 7px 
   solid #aad381; } .navbar-default .navbar-nav > .active > a{ color: rgb( 170, 
   211, 129) !important; } .navbar .navbar-nav > li > a:hover{ color: rgb( 170, 
   211, 129) !important; } .btn-wrap a { background-color: rgb( 170, 211, 129) !
   important; } .dropdown-menu { background-color: rgb( 170, 211, 129) !important;}.
   dropdown-menu > li > a:hover{ background-color: rgb(170, 211, 129) !important;}.
   dropdown-menu > li > a:focus{ background-color: rgb( 170, 211, 129) !important;}.
   dropdown-menu > li > a { border-bottom: 1px solid rgb( 170, 211, 129) !important;}.
   navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar.
   navbar-nav > .open > a:focus, .navbar .navbar-nav > li > a:hover, .navbar .navbar-
   nav > li > a:focus, .navbar-default .navbar-nav > li > a:before, .navbar-default.
   navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-
   default .navbar-nav > .active > a:focus { color: rgb( 170, 211, 129) !important;}.
   dropdown-menu > .active > a{ background-color: rgb( 170, 211, 129) !important;}
 * Many thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdrop-down-menu-150%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Amit Gupta](https://wordpress.org/support/users/gamit6444/)
 * (@gamit6444)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/drop-down-menu-150/#post-12375949)
 * Hi, sakinadipace
 * To change the drop-down menu color, add the given below CSS code in your custom
   CSS box:
 *     ```
       .dropdown-menu > li > a {
           background-color: rgb( 170, 211, 129) !important;
       }
       ```
   
 * I hope it will work for you!
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Drop Down Menu’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Amit Gupta](https://wordpress.org/support/users/gamit6444/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/drop-down-menu-150/#post-12375949)
 * Status: not resolved