Title: Remove sub menu drop down indicator
Last modified: October 14, 2023

---

# Remove sub menu drop down indicator

 *  [theinternetnerd](https://wordpress.org/support/users/theinternetnerd/)
 * (@theinternetnerd)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-sub-menu-drop-down-indicator/)
 * I need a code to remove the submenu drop down indicators.

Viewing 1 replies (of 1 total)

 *  Moderator [jordesign](https://wordpress.org/support/users/jordesign/)
 * (@jordesign)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-sub-menu-drop-down-indicator/#post-17128260)
 * Hey [@theinternetnerd](https://wordpress.org/support/users/theinternetnerd/) 
   you can try out this CSS code to remove that.
 *     ```wp-block-code
       /* Hide menu dropdown icon */
       .primary-menu>li>.icon {
           display:none;
       }
       .primary-menu>li.menu-item-has-children>a {
           padding-right:0
       }
       ```
   
 * You’ll be able to add that [following these instructions](https://wordpress.org/documentation/article/css/#custom-css-in-wordpress).
   if for some reason that doesn’t work – sharing a link means I can look directly
   at your site instead of just what works in my test of the TwentyTwenty theme).

Viewing 1 replies (of 1 total)

The topic ‘Remove sub menu drop down indicator’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [jordesign](https://wordpress.org/support/users/jordesign/)
 * Last activity: [2 years, 7 months ago](https://wordpress.org/support/topic/remove-sub-menu-drop-down-indicator/#post-17128260)
 * Status: not resolved