Title: Problems With Editing the Menu HTML
Last modified: August 21, 2016

---

# Problems With Editing the Menu HTML

 *  [hhshaywire](https://wordpress.org/support/users/hhshaywire/)
 * (@hhshaywire)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/problems-with-editing-the-menu-html/)
 * The theme I am currently using puts an unsightly >> after any menu with submenu
   items. I have been playing around with it and found the code that causes it using
   firebug. I’m just unsure of how to go about fixing it and whether to use my ftp
   client and notepad to make said changes.
 *     ```
       <a href="http://www.hhshaywire.com/category/news/">
       News
       <span class="sub-indicator">»</span>
       </a>
       ```
   
 * and this is under
 *     ```
       <div class="header-content">
       <nav id="main-nav">
       ```
   
 * I’m not sure of what I’m doing, but I do have a child theme and other basic skills
   down. Any help is more than greatly appreciated.
 * hhshaywire.com

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

 *  Thread Starter [hhshaywire](https://wordpress.org/support/users/hhshaywire/)
 * (@hhshaywire)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/problems-with-editing-the-menu-html/#post-4228649)
 * I’m mostly wondering if it would take me editing a php file, and specifically
   what php file it would be.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/problems-with-editing-the-menu-html/#post-4228651)
 * Try adding this to custom CSS:
 *     ```
       #main-nav ul li a .sub-indicator {
           display: none;
       }
       ```
   
 * If that does not work, please contact the developer of your theme – as it’s a
   commercial theme – they are not supported here –
 * [http://wordpress.org/support/topic/getting-rid-of-excess-padding-under-header?replies=6](http://wordpress.org/support/topic/getting-rid-of-excess-padding-under-header?replies=6)

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

The topic ‘Problems With Editing the Menu HTML’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/problems-with-editing-the-menu-html/#post-4228651)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
