-
AuthorPosts
-
October 7, 2015 at 11:21 pm #515501
Hello,
I have my principal menu with sub-menu witch appears with avia transition effect.
I display the same menu in a different design in another place in the site.My problem is that I do not display the second sub-menu in the principal menu, but I can display the second sub-menu in the different design.
How can I pointed the sub-menu of the second item of my principal menu in the header_main div and say him ‘display:none’ while he’s already on display:none because of the transition ? How to tell him to display:none after the transition at all ? How to neutralize the transition only for #menu-item-32.sub-menu ?
carosch
October 8, 2015 at 8:53 am #515626Hey carosch,
I’m not 100% sure I understand what you mean by that, could you try to explain a bit further? Also please link to the site in question so that we can have a closer look.
Regards,
RikardOctober 9, 2015 at 4:56 pm #516573Ok here is a page where I display the same menu in two different design:
http://memorial-verdun.fr/516-2/The black one and the gray background one are the the same.
Only for the black one, the sub-menu under “Espace pédagogique” does not appear, and I do not know how to do that.
For the gray one, I need to find how to make the same design than here:http://memorial-verdun.fr/ where I do it.
Carosch
October 12, 2015 at 9:58 am #517218Hey!
Could you please provide a screenshot of the changes that you want to make? I checked the page (http://memorial-verdun.fr/516-2/) and the submenu under “Espace pédagogique” displays fine. Use imgur or dropbox for the screenshot.
Regards,
IsmaelOctober 12, 2015 at 11:51 am #517276Hello,
I probably not use the good words to explain, sorry for my english (I’m french and I do not speak very well english).
I don’t want that the “espace pedagogique” sub-menu appears.
I want that it exist, but I don’t want to see it displaying.
But only in the black menu.Carosch
October 12, 2015 at 2:46 pm #517373Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
nav.main_menu .sub-menu { display: none !important; }
Cheers!
YigitOctober 12, 2015 at 4:43 pm #517512ok, it works perfectly with :
nav.main_menu #menu-item-32 .sub-menu { display: none !important; }
Thank you
-
AuthorPosts
- The topic ‘not displaying a sub-menu’ is closed to new replies.