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

    Hello,
    i have made a sub menu, but i want to delete this withe block, when ist mouse over the “Anfrageblatt”
    is that possible?
    Cheers!

    • This topic was modified 3 years, 1 month ago by reinkieker.
    #1317929

    Hey reinsicht,

    Thank you for the inquiry.

    Are you trying to disable the mega menu container of the last menu item? Please try to use this code in the Quick CSS field to hide the container.

    #menu-item-9099 .avia_mega_div {
        display: none !important;
    }
    

    Best regards,
    Ismael

    #1317950

    Hello,
    its works perfectly, thanks a lot.
    Cheers

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Delete sub menu’ is closed to new replies.