Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #231135

    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!

    #231386

    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

    #231464
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Choose different menu on pages’ is closed to new replies.