Title: Removing dropdown arrow from menu
Last modified: July 12, 2020

---

# Removing dropdown arrow from menu

 *  [eztshirtprints](https://wordpress.org/support/users/eztshirtprints/)
 * (@eztshirtprints)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/removing-dropdown-arrow-from-menu/)
 * i am trying to remove the dropdown arrow from my menu. i have disabled a page
   but i still see the dropdown menu not working. i tried all the below codes but
   the dropdown arrow still appears:
 * .main-navigation .main-menu > li.menu-item-has-children .submenu-expand svg {
   
   display: none; }
    -  This topic was modified 5 years, 10 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).

Viewing 1 replies (of 1 total)

 *  [yvejr](https://wordpress.org/support/users/yvejr/)
 * (@yvejr)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/removing-dropdown-arrow-from-menu/#post-13051490)
 * I do think having a drop-down indicator of some sort is best in order to let 
   visitors know that there are more menu items in a drop down. However, if you 
   decide to hide the drop down, try this CSS:
 *     ```
       #menu-main-menu-new .fa-angle-down {
           display: none;
       }
       ```
   
 * You might also be able to disable that indicator in your theme 🙂

Viewing 1 replies (of 1 total)

The topic ‘Removing dropdown arrow from menu’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [yvejr](https://wordpress.org/support/users/yvejr/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/removing-dropdown-arrow-from-menu/#post-13051490)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
