Title: Remove submenu dropdown arrow
Last modified: August 24, 2016

---

# Remove submenu dropdown arrow

 *  [maurice.m.meyer](https://wordpress.org/support/users/mauricemmeyer/)
 * (@mauricemmeyer)
 * [11 years ago](https://wordpress.org/support/topic/remove-submenu-dropdown-arrow/)
 * Does anybody know how to remove the dropdown arrow on submenus? I searched through
   the code and images of the theme, but I haven’t found anything leading me to 
   how to do it.
 * I’m trying to do this because it interferes with WPML – see screenshots.
 * [Screenshot 1](http://puu.sh/hVmgt/82b5bba1f2.png)
    [Screenshot 2](http://puu.sh/hVmmC/cba727b6c8.png)
 * Any help would be gladly appreciated!
    Thanks a lot.

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

 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [11 years ago](https://wordpress.org/support/topic/remove-submenu-dropdown-arrow/#post-6154675)
 * Hi there,
 * Thanks for writing in,
 * If you wish to remove the drop down icon from the menu bar so you can add following
   code under **Appearance > Theme Options > Custom CSS**:
 *     ```
       .link-effect a span.arrow {
         width: 0px;
       }
   
       .link-effect a.sf-with-ul:after {
           display: none;
       }
       ```
   
 * Hope this helps!
 * Thanks.
 *  [maurice.meyer](https://wordpress.org/support/users/mauricemeyer/)
 * (@mauricemeyer)
 * [11 years ago](https://wordpress.org/support/topic/remove-submenu-dropdown-arrow/#post-6154760)
 * Thanks, that was exactly what I needed!
 * Seems like I also found my old wordpress.org account 😀
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [11 years ago](https://wordpress.org/support/topic/remove-submenu-dropdown-arrow/#post-6154775)
 * You’re welcome! 🙂

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

The topic ‘Remove submenu dropdown arrow’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/remove-submenu-dropdown-arrow/#post-6154775)
 * Status: not resolved