How do I hide a submenu through CSS
Hi,
We need the submenu so that it shows the active top menu state. But now it shows dropdowns. How can I hide these dropdowns through custom CSS?
Thanks,
Rolf

0
-
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 -
Thanks, KC. The CSS worked magic.
0
Please sign in to leave a comment.
Comments
2 comments