Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #345334

    1. How do I get the menu items to display horisontally instead of as a dropdown on the main menu?

    2. How do I remove the meny items from one specific page without removing other parts of the menu such as WPML language flags or share Icons? I tried using
    .page-id-1081 .main_menu { display: none; }
    , however that removed the WPML icons and share Icons too.

    BR
    Lars

    #345340

    Oups, I made a mistake regarding bullet 1 above. No need to answer that. However, I do need to ask another question:

    3. How can I have the level 2 menu items appear horisontally instead of as a drop down menu and also to replace the Main menu?

    #345415

    Hey!

    1- Can you post the link to your website please?
    2- You can show your menu as megamenu. please see – http://kriesi.at/documentation/enfold/portfolio-item/creating-a-mega-menu/
    How would you like to change main menu?

    Cheers!
    Yigit

    #345451
    This reply has been marked as private.
    #346305

    Hey!

    You can try using this plugin:
    https://wordpress.org/plugins/custom-menu-wizard/

    Cheers!
    Andy

    #346404

    Thanks Andy. Is there a way to hide the main menu on the home page using a variation of
    .page-id-1081 .main_menu { display: none; }
    without removing the WPML icons and share Icons too using Enfold only and without Custom menu wizard?

    #346628

    Hi!

    Please remove the code you used to remove menu from homepage from Quick CSS and use following instead

    .home ul#avia-menu > .menu-item {
    display: none;
    }

    Regards,
    Yigit

    #346682

    Thanks Yigit! Works like a charm.

    Case closed.

    Regards,
    Lars

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Main menu adjustments’ is closed to new replies.