Title: Hide Menu Section Title?
Last modified: August 24, 2016

---

# Hide Menu Section Title?

 *  Resolved [IdeaStudio](https://wordpress.org/support/users/ideastudio/)
 * (@ideastudio)
 * [11 years ago](https://wordpress.org/support/topic/hide-menu-section-title/)
 * I have a two-column menu and I’d like to hide the names of the Menu Section from
   the viewer. Is that possible?
 * (I don’t want to put ‘Hot Plates 2nd Column’ on the right side. Please advise.
 * [http://devwp.alonti.com/?fdm-menu=hot-plates](http://devwp.alonti.com/?fdm-menu=hot-plates)

Viewing 1 replies (of 1 total)

 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [11 years ago](https://wordpress.org/support/topic/hide-menu-section-title/#post-6131979)
 * Hi IdeaStudio,
 * Try the following, which will just make it invisible:
 *     ```
       .fdm-menu-321 .fdm-column-1 .fdm-section-header {
         visibility: hidden;
       }
       ```
   
 * This will restrict the effect only to this menu, with the ID of `321`. So if 
   you need to do it to another menu, or you change the menu ID later, you’ll need
   to adjust the `.fdm-menu-321` part.

Viewing 1 replies (of 1 total)

The topic ‘Hide Menu Section Title?’ is closed to new replies.

 * ![](https://ps.w.org/food-and-drink-menu/assets/icon-128x128.png?rev=2205559)
 * [Five Star Restaurant Menu and Food Ordering](https://wordpress.org/plugins/food-and-drink-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/food-and-drink-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/food-and-drink-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/food-and-drink-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/food-and-drink-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/food-and-drink-menu/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [NateWr](https://wordpress.org/support/users/natewr/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/hide-menu-section-title/#post-6131979)
 * Status: resolved