Title: Menu dropdown question
Last modified: February 24, 2019

---

# Menu dropdown question

 *  Resolved [katherinelent](https://wordpress.org/support/users/katherinelent/)
 * (@katherinelent)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/menu-dropdown-question/)
 * Hi, When I rollover a menu dropdown, I would like the color to include the top
   page of that dropdown menu. It is kind of ‘lost’ and I don’t know if people will
   realize that it is a page too. I don’t want to have to duplicate each page to
   put it at the top of the list of the dropdown items. Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmenu-dropdown-question%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Imraj khan](https://wordpress.org/support/users/imrajkhan/)
 * (@imrajkhan)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/menu-dropdown-question/#post-11244596)
 * Hi, katherinelent
 * Can you please make us understand using the screenshot where exactly you need
   to change the color?
 * Thanks
 *  Thread Starter [katherinelent](https://wordpress.org/support/users/katherinelent/)
 * (@katherinelent)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/menu-dropdown-question/#post-11246589)
 * [New Site with BusiProf theme](http://box5752.temp.domains/~wynnsser/wp-content/uploads/2019/02/Screen-Shot-2019-02-25-at-12.45.09-PM.jpg)
 * See how on the old site (in green) the hover includes the primary link (About
   Us) and on the new site, (in blue), the About Us page link is not included in
   the blue area.
 * I am afraid people will miss this page entirely. I have thought about duplicating
   the About Us page and putting it at the top of the list int he dropdown list.
 * [Old Site](http://box5752.temp.domains/~wynnsser/wp-content/uploads/2019/02/Screen-Shot-2019-02-25-at-12.47.19-PM.jpg)
    -  This reply was modified 7 years, 3 months ago by [katherinelent](https://wordpress.org/support/users/katherinelent/).
 *  [Imraj khan](https://wordpress.org/support/users/imrajkhan/)
 * (@imrajkhan)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/menu-dropdown-question/#post-11248467)
 * Hi, katherinelent
 * Means you want to display hover effect like this [http://prntscr.com/mq6spq](http://prntscr.com/mq6spq)
 * Let me confirm then I will share the custom CSS for the same.
 * Thanks
 *  Thread Starter [katherinelent](https://wordpress.org/support/users/katherinelent/)
 * (@katherinelent)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/menu-dropdown-question/#post-11250472)
 * YES! Exactly!
 *  [Imraj khan](https://wordpress.org/support/users/imrajkhan/)
 * (@imrajkhan)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/menu-dropdown-question/#post-11252999)
 * Paste the below custom CSS in the theme’s custom CSS box:
 *     ```
       @media (min-width: 992px) {
           .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: #fff !important;
               background-color: #5ca2df !important;
           }
           .dropdown-menu {
               background-color: #5ca2df !important;
           }
       }
       ```
   
 * Let me know did it work!
 * Thanks
 *  Thread Starter [katherinelent](https://wordpress.org/support/users/katherinelent/)
 * (@katherinelent)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/menu-dropdown-question/#post-11254592)
 * I am a little afraid to try it because I get this:
 * There are 73 errors which must be fixed before you can save.
    Update anyway, 
   even though it might break your site?
 * [image](http://box5752.temp.domains/~wynnsser/wp-content/uploads/2019/02/Screen-Shot-2019-02-27-at-7.54.14-AM.jpg)
    -  This reply was modified 7 years, 3 months ago by [katherinelent](https://wordpress.org/support/users/katherinelent/).
 *  [Imraj khan](https://wordpress.org/support/users/imrajkhan/)
 * (@imrajkhan)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/menu-dropdown-question/#post-11254606)
 * Hi,
 * Change &gt ; to symbol > then try to save.
 * Let me know again!
    -  This reply was modified 7 years, 3 months ago by [Imraj khan](https://wordpress.org/support/users/imrajkhan/).
    -  This reply was modified 7 years, 3 months ago by [Imraj khan](https://wordpress.org/support/users/imrajkhan/).
 *  Thread Starter [katherinelent](https://wordpress.org/support/users/katherinelent/)
 * (@katherinelent)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/menu-dropdown-question/#post-11254771)
 * It’s perfect!!!!
    [http://box5752.temp.domains/~wynnsser/wp-admin/post.php?post=1236&action=edit](http://box5752.temp.domains/~wynnsser/wp-admin/post.php?post=1236&action=edit)
 * Thanks so, so much!!! My client will be thrilled!
 *  [Imraj khan](https://wordpress.org/support/users/imrajkhan/)
 * (@imrajkhan)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/menu-dropdown-question/#post-11257513)
 * _Glad to help you!_
 * You can rate us if you like our Theme & Support:
    [https://wordpress.org/support/theme/busiprof/reviews/#new-post](https://wordpress.org/support/theme/busiprof/reviews/#new-post)
 * Thanks
 *  Thread Starter [katherinelent](https://wordpress.org/support/users/katherinelent/)
 * (@katherinelent)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/menu-dropdown-question/#post-11259976)
 * Support team saved me! My clients were very unhappy with two unchangeable things
   on this theme. I was able to post in the support forum and the team gave me fast
   actionable info that I was able to implement and impress my clients!! Thanks!
   I will use the BusiProf theme again!

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

The topic ‘Menu dropdown question’ 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/)

## Tags

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

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