Mobile Menu displays 2 collapsables

Hello,
The mobile menu on my page displays two collapsables since Im using Max Mega Menu Plugin. Is there a way to hide or delete either one of them so that there’s only 1 collapsable?

Credentials attached in private note.

Thanks in advance!

Hi @ITLabUlima,

Thanks for reaching out.

We don’t provide support for 3rd party plugin but since it’s fixable with custom CSS then please add this to Theme Options > CSS

.x-btn-navbar {
display: none !important;
}
.x-nav-wrap.mobile {
display: block !important;
}

The CSS is given as a fix and an idea for the current issue, we can’t provide support to the code given once it’s no longer compatible.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.