• Hi,
    In the past I have made some changes in my menu.
    At this point I want to remove the drop down menu.
    In Theme Options I can’t do it – and a new menu is not an option.
    Is there a common CSS to get rid of the drop down menu?
    Thanks in advance.
    indebioscoop.com

Viewing 1 replies (of 1 total)
  • Thread Starter apestaartje

    (@apestaartje)

    Figured it out:

    }
    ul.art-hmenu li:hover>ul {
    visibility: visible;
    top: 100%;
    }

    I have removed the second line.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove drop down menu’ is closed to new replies.