Menu Setup In this example we will change the “My Button” menu item so that it is styled independently of the rest of the menu items, giving it a “button” appearance. The “My Button” menu item is a Custom Menu Item added to the menu structure in the usual way:…
There are no special requirements to get Max Mega Menu working with your custom theme, you only need to make sure you use the core WordPress functions to register and display your menu correctly. Step 1 – Register a Menu Location Use the register_nav_menu or register_nav_menus function to add a…
Unfortunately, due to the proprietary framework that YooThemes use with Fjord (the theme does not use standard WordPress theme coding conventions), Max Mega Menu is not compatible with Fjord.
i-spirit overrides the default styling of Max Mega Menu in such a way that makes it almost impossible to fix the problems that this has caused. These issues include: Settings in the theme editor not working and sub menus not displaying correctly when the sub menu type is set to “Mega…
In most cases, your theme will show the exact same menu on desktop and mobile (it will just be displayed differently depending on the width of your browser). Therefore, it is not usually possible to display one menu on desktop, and another menu on mobile. However, there are plugins available…
There are many plugins available which will add a dedicated mobile menu to your website. If you prefer to use one of these instead of the default Max Mega Menu mobile menu, these instructions will help you configure your dedicated mobile menu plugin. There are many dedicated mobile menu plugins…
Add bottom border to menu (desktop and mobile) To add a bottom border to the menu, go to Mega Menu > Menu Themes and paste the following into the Custom Styling area:
1
2
3
#{$wrap} {
border-bottom:3pxsolid red;
}
Add bottom border to menu (desktop only) To add a bottom border to the desktop version of the menu…