Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Markus,

    Good question.

    That is made possible with the following CSS:

    .menu-primary-items .sub-menu {
    	max-height: none !important;
    }
    .menu-primary-items .sub-menu li {
    	opacity: 1 !important;
    }
    .toggle-dropdown {
    	display: none;
    }

    Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter webmark487

    (@webmark487)

    Thank you Ben, I am very pleased with the quick and competent response.

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome! Glad I could help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Open menu by default’ is closed to new replies.