I would like to find a way to hide the Cassiopeia collapsible menu fully in mobile devices.
Using the following css is hiding the dropdown menu items but not the menu icon.
Code: Select all
@media (max-width: 991px) {
.container-header .mod-menu {
display: none;
}
}