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
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?
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
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?
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
Thanks Yigit! Works like a charm.
Case closed.
Regards,
Lars