Title: dropdown menu background
Last modified: May 8, 2021

---

# dropdown menu background

 *  Resolved [igby](https://wordpress.org/support/users/igby/)
 * (@igby)
 * [5 years ago](https://wordpress.org/support/topic/dropdown-menu-background-4/)
 * I have dropdown menus at the top of my page. I’m trying to make it so that there
   is no background for the dropdown menu. Any tips?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdropdown-menu-background-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Vytis](https://wordpress.org/support/users/bvytis/)
 * (@bvytis)
 * [5 years ago](https://wordpress.org/support/topic/dropdown-menu-background-4/#post-14446798)
 * Hi [@igby](https://wordpress.org/support/users/igby/),
 * Thank you for using the Neve theme.
 * If I understand the request properly you want the sub-menu that appears when 
   you hover on the main menu to be transparent, correct?
 * This is the CSS code that should help you (add it to appearance->Customize->Additional
   CSS section):
 *     ```
       .hfg_header .header-main-inner .nav-ul .sub-menu {
           box-shadow: none;
           background-color: transparent;
       }
       ```
   
 * The second line with box-shadow removes the borders, you can test whether it 
   looks better for you with borders or without them.
 * I hope it helps!

Viewing 1 replies (of 1 total)

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/neve/4.2.4/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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Vytis](https://wordpress.org/support/users/bvytis/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/dropdown-menu-background-4/#post-14446798)
 * Status: resolved