Title: deactivate menus
Last modified: February 17, 2017

---

# deactivate menus

 *  Resolved [marikephoto](https://wordpress.org/support/users/marikephoto/)
 * (@marikephoto)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/deactivate-menus/)
 * Hi there,
 * I’m using the free Optimizer theme. I would like to disable the menu since I 
   will only be using posts, and no pages. The posts will be accessed through the
   posts widget.
 * Even though I have no pages published, the burger menu still shows in the mobile
   versions. How can I deactivate it?
 * Thanks!

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

 *  Thread Starter [marikephoto](https://wordpress.org/support/users/marikephoto/)
 * (@marikephoto)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/deactivate-menus/#post-8816971)
 * [http://marike.co.za](http://marike.co.za)
 *  Theme Author [OptimizerWP](https://wordpress.org/support/users/layerthemes/)
 * (@layerthemes)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/deactivate-menus/#post-8817014)
 * Try adding this to your Custom CSS:
 *     ```
       @media screen and (max-width: 960px){
       body.home.has_trans_header .header #simple-menu { display:none!important;}
       }
       ```
   
 * Thanks
 *  Thread Starter [marikephoto](https://wordpress.org/support/users/marikephoto/)
 * (@marikephoto)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/deactivate-menus/#post-8817747)
 * Thank you so much, it worked perfectly.
    Your support is absolutely amazing.
 *  Thread Starter [marikephoto](https://wordpress.org/support/users/marikephoto/)
 * (@marikephoto)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/deactivate-menus/#post-8817753)
 * Oh wait, there is something weird. On the mobile versions the header isn’t transparent
   anymore.
 *  Thread Starter [marikephoto](https://wordpress.org/support/users/marikephoto/)
 * (@marikephoto)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/deactivate-menus/#post-8818014)
 * On the posts page, the menu is still showing and the header isn’t transparent.
 *  Thread Starter [marikephoto](https://wordpress.org/support/users/marikephoto/)
 * (@marikephoto)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/deactivate-menus/#post-8818466)
 * The buttons on the slider are also not functioning.
 *  Theme Author [OptimizerWP](https://wordpress.org/support/users/layerthemes/)
 * (@layerthemes)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/deactivate-menus/#post-8819536)
 * Hi,
 * It never was transparent. Try adding this to your Custom CSS to force it to become
   transparent:
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width: 480px){
   
   body .header_wrap .header, body.home.has_trans_header .header {position: absolute!
   important;} .home.has_trans_header .header {background: transparent!important;}}
 * Thanks
 *  Thread Starter [marikephoto](https://wordpress.org/support/users/marikephoto/)
 * (@marikephoto)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/deactivate-menus/#post-8907521)
 * Hi there,
 * it seems the menu just looks a bit different on mobile which is ok, will leave
   it as is.
 *  Thread Starter [marikephoto](https://wordpress.org/support/users/marikephoto/)
 * (@marikephoto)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/deactivate-menus/#post-8907528)
 * The burger menu is still showing on mobile pages. For example if you view one
   of the posts in mobile the menu will still be there. Please advise.
 *  Theme Author [OptimizerWP](https://wordpress.org/support/users/layerthemes/)
 * (@layerthemes)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/deactivate-menus/#post-8910752)
 * In that case replace this css you added earlier:
 *     ```
       @media screen and (max-width: 960px){
       body.home.has_trans_header .header #simple-menu { display:none!important;}
       }
       ```
   
 * with this:
 *     ```
       @media screen and (max-width: 960px){
       body.has_trans_header .header #simple-menu { display:none!important;}
       }
       ```
   
 *  Thread Starter [marikephoto](https://wordpress.org/support/users/marikephoto/)
 * (@marikephoto)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/deactivate-menus/#post-8913857)
 * It worked. Thank you so much. Really excited about the result!

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

The topic ‘deactivate menus’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/optimizer/0.7.4/screenshot.png)
 * Optimizer
 * [Support Threads](https://wordpress.org/support/theme/optimizer/)
 * [Active Topics](https://wordpress.org/support/theme/optimizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/optimizer/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/optimizer/reviews/)

## Tags

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

 * 11 replies
 * 2 participants
 * Last reply from: [marikephoto](https://wordpress.org/support/users/marikephoto/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/deactivate-menus/#post-8913857)
 * Status: resolved