Title: Submenus
Last modified: August 22, 2016

---

# Submenus

 *  Resolved [ohpayk](https://wordpress.org/support/users/ohpayk/)
 * (@ohpayk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/submenus-8/)
 * I was hoping to change how a submenu expanded. Instead of having to press the
   down arrow is it possible to make the text clickable in addition to the down 
   arrow. Possibly removing the arrow altogether even? I looked but couldn’t find
   any references to this. I was looking at the CSSModel.php file and saw where 
   it was styled but didn’t know if any javascript would need modified as well. 
   Thank you.
 * [https://wordpress.org/plugins/responsive-menu/](https://wordpress.org/plugins/responsive-menu/)

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

 *  [peterfeatherstone](https://wordpress.org/support/users/peterfeatherstone/)
 * (@peterfeatherstone)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/submenus-8/#post-5377894)
 * Hi ohpayk,
 * Apologies I have been unavailable for the last 2 weeks.
 * If you select the “Ignore Parent Click” option then it will make the text clickable
   in addition to the down arrow, but will of course mean that the click doesn’t
   redirect the user to the page.
 * If you would like to remove the arrow all together, then you could add the following
   to a custom CSS file:
 *     ```
       #responsive-menu .appendLink
       {
       display: none !important;
       }
       ```
   
 * Please let me know how you get on with this.
 * Many thanks
 * Peter
 *  Thread Starter [ohpayk](https://wordpress.org/support/users/ohpayk/)
 * (@ohpayk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/submenus-8/#post-5377896)
 * Works perfect, thank you. The only other thing I am trying to sort out is changing
   the color of the “hamburger icon” when the menu opens. I start out with a white
   background and am using a dark menu background. Would that be an active state
   that could be targeted with css? Thank you so much again.
 *  [peterfeatherstone](https://wordpress.org/support/users/peterfeatherstone/)
 * (@peterfeatherstone)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/submenus-8/#post-5377965)
 * Hi ohpayk,
 * Unfortunately there isn’t, however that is a great idea and I have now added 
   it to the 2.2 beta which you can download below:
 * [https://downloads.wordpress.org/plugin/responsive-menu.2.2.zip](https://downloads.wordpress.org/plugin/responsive-menu.2.2.zip)
 * Please let me know how you get on with that and if it works for you as expected.
 * The css you will be able to target would then be as follows:
 * `#click-menu.click-menu-active`
 * Many thanks
 * Peter
 *  [philabama](https://wordpress.org/support/users/philabama/)
 * (@philabama)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/submenus-8/#post-5378035)
 * Just wanted to say thanks for this answer. I had been trying to do it with script.
 *  Plugin Contributor [responsivemenu](https://wordpress.org/support/users/responsivemenu/)
 * (@responsivemenu)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/submenus-8/#post-5378037)
 * Hi Phil,
 * Great that we were able to help out!
 * If you ever need any help please open a support ticket and I will try to help!
 * All the best

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

The topic ‘Submenus’ is closed to new replies.

 * ![](https://ps.w.org/responsive-menu/assets/icon-256x256.png?rev=1782326)
 * [Responsive Menu - Create Mobile-Friendly Menu](https://wordpress.org/plugins/responsive-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-menu/reviews/)

## Tags

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

 * 5 replies
 * 4 participants
 * Last reply from: [responsivemenu](https://wordpress.org/support/users/responsivemenu/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/submenus-8/#post-5378037)
 * Status: resolved