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

    Hello,
    Before i have this submenu hide, i remember that you made it a code for me, but not it not working.
    the code:
    /* Delete-Sub-menu-anfrageblatt . */
    #menu-item-12984 .avia_mega_div {
    display: none !important;
    }

    i want to have the “Danke für ihre Anfrage” site , to a Submenu from “The Anfrageblatt”, but hide.

    Cheers!

    #1322598

    Ist der Menupunkt denn noch ein Mega-Menu? – Sind denn da Untermenupunkte? Und warum – wenn du Sie doch ohnehin ausblenden möchtest?
    Hat der Menu-Punkt immer noch die gleiche ID (12984) ?

    Nächster Punkt. Das ist ja ohnehin auf display : none ! der hover style ist der, der interessiert – also versuche:
    __________
    Is the menu item still a mega menu? – Are there submenu items? And why – if you want to hide them anyway?
    Does the menu item still have the same ID (12984) ?
    The mega-menu is on default allready on display : none ! – the hover style is the one that interests – so try:
    ____________
    maybe try better:

    #menu-item-14445:hover .avia_mega_div {
       display: none !important;
    }
    #1322716

    Hi,

    Thanks for helping out @guenni007 :-)

    If you need further help @reinsicht, then please post a link to where we can see the actual element on your site.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.