Title: Cannot Remove Header and Menu Fields
Last modified: October 2, 2019

---

# Cannot Remove Header and Menu Fields

 *  [antimtr](https://wordpress.org/support/users/antimtr/)
 * (@antimtr)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/)
 * Trying without success to remove the header and menu fields from all of my woocommerce
   pages. As you can see, I was able to make them nigh invisible, but the fields
   are still there, as well as invisible breadcumb links if you hover over the left
   of the header field.
 * I’m using the Jupiter X theme and editing with Elementor Pro.
 * Have tried about 30 different custom CSS from 20 different posts on the topic
   using both the theme customizer and the single product template page and messed
   with settings for hours. NOTHING WORKS! I want those fields gone. I’ll make my
   own fields in the template if I want something on there.
 * Please help.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcannot-remove-header-and-menu-fields%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Emmanuel ADEKPLOVI](https://wordpress.org/support/users/manucastle78/)
 * (@manucastle78)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/#post-11990176)
 * Hello, when it is the right time to start
 *  Thread Starter [antimtr](https://wordpress.org/support/users/antimtr/)
 * (@antimtr)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/#post-11990354)
 * [@manucastle78](https://wordpress.org/support/users/manucastle78/) huh? If you
   mean about the page not loading, I’m having some server issues, so you might 
   have to refresh a few times.
 *  [Emmanuel ADEKPLOVI](https://wordpress.org/support/users/manucastle78/)
 * (@manucastle78)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/#post-11991070)
 * Tell me when you are free and i will help you to fix this issue, this is my email:
   [emmanuel.adekplovi@homescriptone.com](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/emmanuel.adekplovi@homescriptone.com?output_format=md)
 *  Plugin Support [Riaan K.](https://wordpress.org/support/users/riaanknoetze/)
 * (@riaanknoetze)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/#post-11993180)
 * Hi there,
 * By default, WooCommerce doesn’t have any direct control over the header/menu 
   sections used on a site – these are all powered by your theme (and occasionally
   Elementor if you have a specific template assigned).
 * With that said, you could try the following custom CSS:
 *     ```
       .woocommerce-page .jupiterx-main-header {
         display: none !important;
       }
       ```
   
 * For more help on this, you’ll want to get in touch with the support team at either
   Elementor or your theme 🙂
 *  Thread Starter [antimtr](https://wordpress.org/support/users/antimtr/)
 * (@antimtr)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/#post-11999091)
 * [@riaanknoetze](https://wordpress.org/support/users/riaanknoetze/) omg, that 
   fixed it!! Thank you so much.
 *  Thread Starter [antimtr](https://wordpress.org/support/users/antimtr/)
 * (@antimtr)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/#post-12014912)
 * [@riaanknoetze](https://wordpress.org/support/users/riaanknoetze/) nooo. It only
   fixed it on desktop, mobile and tablet both still have it!
 *  Thread Starter [antimtr](https://wordpress.org/support/users/antimtr/)
 * (@antimtr)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/#post-12051489)
 * [@riaanknoetze](https://wordpress.org/support/users/riaanknoetze/) bump
 *  Plugin Support [Riaan K.](https://wordpress.org/support/users/riaanknoetze/)
 * (@riaanknoetze)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/#post-12051697)
 * Hey [@antimtr](https://wordpress.org/support/users/antimtr/),
 * Looking through the code on mobile, you could replace the previous code I shared
   with the following:
 *     ```
       .woocommerce-page.jet-mobile-menu-active .jet-mobile-menu-toggle-button {
           display: none !important;
       }
   
       .woocommerce-page .jupiterx-main-header,
       .woocommerce-page .jupiterx-site-navbar > div {
           visibility: hidden !important;
       }
       ```
   
 * This is what it looks like on mobile on my side then:
 * 
    Link to image: [https://cld.wthms.co/52O341](https://cld.wthms.co/52O341)
 *  Thread Starter [antimtr](https://wordpress.org/support/users/antimtr/)
 * (@antimtr)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/#post-12054122)
 * [@riaanknoetze](https://wordpress.org/support/users/riaanknoetze/) oooh ok. This
   gets it SO CLOSE to what I need and I really appreciate all of your help. Now
   the only problem is that the menu I put on the page manually is no longer working
   when I click it. Works on all my other pages ( [https://antimtr.com/?page_id=212](https://antimtr.com/?page_id=212)
   for example )
 *  Thread Starter [antimtr](https://wordpress.org/support/users/antimtr/)
 * (@antimtr)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/#post-12054214)
 * the MOBILE menu I put on the page manually, to clarify. Sorry. The desktop menu
   works just fine.
 *  Plugin Support [Riaan K.](https://wordpress.org/support/users/riaanknoetze/)
 * (@riaanknoetze)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/#post-12056093)
 * Just to make sure – did you tweak/change the code I shared previously? I’m asking
   as the mobile menu is working as expected on my side on [https://antimtr.com/?page_id=212](https://antimtr.com/?page_id=212):
 * 
    Link to image: [https://cld.wthms.co/fno94a](https://cld.wthms.co/fno94a)
 *  Thread Starter [antimtr](https://wordpress.org/support/users/antimtr/)
 * (@antimtr)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/#post-12057904)
 * [@riaanknoetze](https://wordpress.org/support/users/riaanknoetze/) The mobile
   menu works fine on every page that isn’t a woocommerce page. I sent you page 
   [https://antimtr.com/?page_id=212](https://antimtr.com/?page_id=212) to show 
   you that it DOES work there.
 * I did have to modify your code to make the mobile menu I wanted reappear on the
   woocommerce pages ( specifically, I removed this segment “.woocommerce-page.jet-
   mobile-menu-active .jet-mobile-menu-toggle-button { display: none !important;}”).
   Doing so made the correct menu reappear on mobile, but it is basically unclickable
   for some reason. If I smash it about 20 times it works.
 * Please see this page on mobile to experience what I’m talking about: [https://antimtr.com/?product=nwt-fila-tennis-outfit](https://antimtr.com/?product=nwt-fila-tennis-outfit)
 *  Thread Starter [antimtr](https://wordpress.org/support/users/antimtr/)
 * (@antimtr)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/#post-12122434)
 * [@riaanknoetze](https://wordpress.org/support/users/riaanknoetze/) Still haven’t
   been able to figure this out. D;
 *  Thread Starter [antimtr](https://wordpress.org/support/users/antimtr/)
 * (@antimtr)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/#post-12155801)
 * anyone???

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

The topic ‘Cannot Remove Header and Menu Fields’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [jupiterX](https://wordpress.org/support/topic-tag/jupiterx/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [removal](https://wordpress.org/support/topic-tag/removal/)

 * 14 replies
 * 1 participant
 * Last reply from: [antimtr](https://wordpress.org/support/users/antimtr/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/cannot-remove-header-and-menu-fields/#post-12155801)
 * Status: not resolved