Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #568261

    Hallo Kriesi Team,
    ich möchte das Submenü (1) des Menüs ausblenden, ohne (2) zu verlieren!
    (1) und (2) sind im Bild eingezeichnet.

    Danke,
    Robert

    #568491

    Hi rfarthofer!

    kannst du uns bitte einen Link zu diesen Elementen schicken? wir müssen sie untersuchen um helfen zu können.

    Gruß,
    Andy

    #570386

    Hallo Andy,
    Daten sind anbei …

    #571079

    Hi!

    Thank you for the info.

    Do you want to hide (1) when you’re viewing the child pages? Please add this in the Quick CSS field:

    .active-parent-item.dropdown_ul_available .children {
        display: none !important;
    }

    Best regards,
    Ismael

    #571609

    Hello,
    this is not what i want!
    I want to hide all submenues in the top Menu.
    Always …

    • This reply was modified 8 years, 2 months ago by rfarthofer.
    #571665

    Hi!

    Please add following code to Quick CSS

    .av-main-nav > li > ul { display: none !important; }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

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