Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1939548
Replace Soledad's navigation
Closed

Comments

  • sarakyrkko started the conversation

    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

  •  2,699
    PenciDesign replied

    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