Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   Remove mobile menu (http://forum.bytesforall.com/showthread.php?t=23130)

jopersona Mar 31, 2015 02:33 PM

Remove mobile menu
 
Hello there

I simply wish to remove the current Montezuma mobile menu so I can use 'WP responsive menu' plug in or similar. Spent a few hours now trying to work out how to do this and still no luck, the responsive menu is there but the Montezuma mobile remains. Can someone please tell me which file or bits of code I have to remove. Thanks very much.

Jo

CrouchingBruin Apr 1, 2015 11:22 PM

Best bet is to just add some CSS to hide it. Add this rule to the end of your various.css virtual CSS file:
Code:

.menu1-mobile {
  display: none;
}



All times are GMT -6. The time now is 11:16 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.