Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #382318

    Hi Enfold Team,

    if you have a look at best-of-kenya.com you will see that in the main menu there is a pull down effect as soon as I move the mouse over a menu
    point. I want to avoid this pull down – how can I do this.

    Note: I want to keep the menu hirachy in the backend, because its nessesary to show the daughter pages in the mobile menu

    Thanks in advance
    Markus

    #383237

    Hey MarkusLange!

    try this in Quick CSS field:

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

    Cheers!
    Andy

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