• Resolved wderieryp

    (@wderieryp)


    Anders,

    Beautiful theme! It’s evident that you dedicated a lot of time and energy to the design.

    To improve accessibility, would you consider adding the word “Menu” to the hamburger menu in the upper left corner? I think this would help reinforce the purpose of this menu, particularly when it appears on desktop.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @wderieryp,

    Thanks, I’m glad you like it!

    I might add it as an opt-in option in the Customizer somewhere down the line, but for now, you can add one in Customizer → Additional CSS by inserting the following:

    .nav-toggle .bars:before {
        content: "Menu";
        font-size: 1.2rem;
        position: absolute;
            left: 50%;
            top: calc( 100% + 2.4rem );
        transform: translateX( -50% );
        white-space: nowrap;
    }

    — Anders

    Theme Author Anders Norén

    (@anlino)

    Hi @wderieryp,

    I’ve gone ahead and added a setting for menu button labels in the latest version of Eksell (1.4.0), which should be available as an update now. You can find the setting at Appearance → Customizer → Theme Options → Site Header → “Enable Menu Button Labels”.

    — Anders

    Thread Starter wderieryp

    (@wderieryp)

    Anders,

    Thank you for integrating this into the theme!

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