Title: Hide menu
Last modified: December 30, 2022

---

# Hide menu

 *  Resolved [Ocio132](https://wordpress.org/support/users/ocio132/)
 * (@ocio132)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/hide-menu-13/)
 * Hello good that CSS code I can hide the mobile menu on the home page
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-menu-13%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Creative Themes](https://wordpress.org/support/users/creativethemeshq/)
 * (@creativethemeshq)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/hide-menu-13/#post-16331024)
 * Hi [@ocio132](https://wordpress.org/support/users/ocio132/),
 * Sorry but I’m not 100% sure I understood you.
 * Could you please explain a little bit more detailed what you are trying to do?
 *  Thread Starter [Ocio132](https://wordpress.org/support/users/ocio132/)
 * (@ocio132)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/hide-menu-13/#post-16331092)
 * I wanted to hide the home page menu on mobiles and tablets
 *  [taha.tr](https://wordpress.org/support/users/dmrhn/)
 * (@dmrhn)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/hide-menu-13/#post-16331951)
 * Hi [@ocio132](https://wordpress.org/support/users/ocio132/),
   You can remove the
   Trigger element from the header builder (Tablet/Mobile view) or deselect the 
   visibility conditions in the Trigger element settings, for more;[https://creativethemes.com/blocksy/docs/header-elements/trigger/](https://creativethemes.com/blocksy/docs/header-elements/trigger/)
 *  Thread Starter [Ocio132](https://wordpress.org/support/users/ocio132/)
 * (@ocio132)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/hide-menu-13/#post-16331990)
 * no way to hide it on home page only
 *  [Eduard](https://wordpress.org/support/users/cteduard/)
 * (@cteduard)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/hide-menu-13/#post-16332079)
 * Only with a bit of CSS, like this —
 *     ```wp-block-code
       .home .ct-header-trigger {
         display: none;
       }
       ```
   
 * Hope this helps!
 *  Thread Starter [Ocio132](https://wordpress.org/support/users/ocio132/)
 * (@ocio132)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/hide-menu-13/#post-16332098)
 * not found
 *  Thread Starter [Ocio132](https://wordpress.org/support/users/ocio132/)
 * (@ocio132)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/hide-menu-13/#post-16332179)
 * I have this code that only works on desktop and now I have it removed
 *     ```wp-block-code
       	.page-id-269	#header > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
       display: none;
       	}
       ```
   
 *  [Eduard](https://wordpress.org/support/users/cteduard/)
 * (@cteduard)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/hide-menu-13/#post-16334311)
 * Hello [@ocio132](https://wordpress.org/support/users/ocio132/)
 * Have you tried the snippet? It definitely works, as I have just tested it.
 * Thanks!

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

The topic ‘Hide menu’ is closed to new replies.

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

 * 8 replies
 * 4 participants
 * Last reply from: [Eduard](https://wordpress.org/support/users/cteduard/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/hide-menu-13/#post-16334311)
 * Status: resolved