Hi,
First of all: Great theme!
My question is about the menu. I would love to be able to choose which menu will be displayed on a page.
So several pages can have another menu.
I know this is not supported yet. Is there a way you can help me out, to make this possible?
Regards!
Hey juliettereniers!
You can add all of your pages to your menu and using custom CSS, you can remove certain menu items on certain page by adding following code to Quick CSS in Enfold theme options under Styling tab
.page-id-1122 li#menu-item-2271 { display: none; }
It will remove menu item with 2271 ID on the page with 1122 ID. You can right click on Chrome or Firefox to inspect elements to find ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
Yigit