This solution enables you to uncombine menus which display in the responsive toggle menu.
By default, the Magazine Pro child theme combines the primary, header & secondary menus in the responsive menu. You can see the code for this between lines 118 – 120 in functions.php.
Other themes may also include this code in a different position in the child themes functions file.
To remove 1 or more menus from the responsive toggle menu, remove the class from this PHP like this example which removes the secondary menu :
In this case i have commented the line of PHP code out however you could also remove it like this :
Related Tutorials
- Change The Order Of Genesis Responsive Menu Items
- Change Logo To Site Title When Responsive Menu Displays & Add Logo To Mobile Menu
- Reposition Genesis Responsive Menu Icon Before Site Title On Mobiles
Leave a Reply
You must be logged in to post a comment.