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 #1898156
Hamburger menu
Closed

Comments

  • cjuge started the conversation

    Hello,

    How to remove the "Hamburger Menu" on the computer display and leave it just for the portable display?

    Thanks


  •  2,699
    PenciDesign replied

    Hi,

    By default, on mobile already support mobile navigation - not hamburger menu. So, you don't need to enable hamburger menu if you don't want it appears on desktop.


    Best Regards,

    PenciDesign

  • cjuge replied

    The problem is that I want it on mobile navigation but not on computer navigation

  •  2,699
    PenciDesign replied

    Hi,

    Ok, if so please add more this code to Customize > Custom CSS to hide it on desktop:

    @media only screen and (min-width: 768px){
    .penci-menuhbg-wapper{ display: none; }
    }
    


    Best Regards,

    PenciDesign

  • cjuge replied

    It don't change anything :(

  •  2,699
    PenciDesign replied

    Hi,

    Can you show me your site url to I can take it a look?


    Best Regards,

    PenciDesign

  •   cjuge replied privately
  •  2,699
    PenciDesign replied

    Hi,

    I see the issues you got, you can't see mobile menu because you've change color for it to white color - so, you can't see it.

    Please go to Customize > Colors for Header > on "Main Bar Search Icon Color" > change it to black color and you will see the button mobile like this

    When you have this, you can disable menu hamburger.


    Best Regards,

    PenciDesign

  • cjuge replied

    Perfect, thank you so much! :D