• i love the sorbet theme, but i want the menu bar featured on the header always stay open when i enter my website. but i cant find the right code.

    can someone help me?

    thx

Viewing 1 replies (of 1 total)
  • Here is a quick hack using CSS that might work for you:

    #menu-toggle {
    	display: none;
    }
    
    .panel#menu-toggle-nav {
    	display: block !important;
    }

    Try it out either using a CSS editor from a plugin such as Jetpack or by creating a child theme and adding those rules to the child theme’s style.css file.

Viewing 1 replies (of 1 total)
  • The topic ‘Sorbet theme – menu bar open’ is closed to new replies.