Skip to main content

How do I hide a submenu through CSS

Comments

2 comments

  • KC George

    Hi Rolf,

    If adding an underline on active/hover state is your goal, you can add a bottom border on hover and active states for your menu. Please have a look at the menu at https://kctest.online/get-in-touch

    To hide the drop down menu, please try adding this CSS to Additional CSS under Appearance - Customize

    .brz .brz-menu .brz-menu__item-dropdown .brz-menu__item .brz-a {
    display: none!important;
    }
    0
  • Rolf Hornasek

    Thanks, KC. The CSS worked magic.

    0

Please sign in to leave a comment.