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 #2999316
Hamburger Menu
Closed

Comments

  • leoyipenvato started the conversation

    1. Enable hamburger menu in mobile only without enabling it on desktop.

    2. Disable vertical mobile navigation.

    Thank you very much.

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

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

    Regards,
    PenciDesign.



  • leoyipenvato replied

    The hamburger menu is still there on desktop.

  •  2,492
    PenciDesign replied

    Hi,

    Please modify the CSS code like this:

    @media only screen and (min-width: 768px) {
        #navigation.header-4 .penci-menuhbg-wapper,
        #navigation.header-5 .penci-menuhbg-wapper {
            display: none;
        }
    }

    Regards,
    PenciDesign.



  • leoyipenvato replied

    works perfectly. thank you very much!