Skip to content
Public Ticket #7393

Replace Soledad's navigation

Conversation thread

PenciDesign replied

Staff Reply

Hi,

Sorry for late reply. I don't know why I can't get notice about your ticket.

Please try add more this code to Customize > Custom CSS to hide mobile navigation from the theme itself and use mobile navigation from Uber menu plugin:

@media only screen and (max-width: 960px){
#navigation .button-menu-mobile {
    display: none;
}
.ubermenu-skin-minimal.ubermenu-responsive-toggle{ padding: 19px 0; font-size: 16px; }
#navigation .container{ z-index: 1000; }
}

Best Regards,

PenciDesign

sarakyrkko started the conversation

Conversation Start

Hi,

I wanted to replace Soledad's navigation, as the current menu doesn't serve my needs. When I'm activating the menu, it seems to work well on desktop, but on mobile and tablet it seems to mess up.



Is there a way I could disable theme's menu? I tried to do it according to the instructions here (https://sevenspark.com/docs/ubermenu-3/integration/manual) , but either I'm lacking the skills or it didn't seem to work 1f642.png

Want to join this conversation or access attachments? Sign in first.