• I’m using the Sydney theme. On the mobile version of my site, my menu automaticaly changes to a hamburger. I would like to add the word ‘menu’ under the hamburger. How can I do that? I can only find plugins that add icons to the menu items, but no alternatives for the hamburger itself.
    I don’t know anything about CSS, so if that’s the only solution, please help me where I should put that CSS.
    Also, on a mobile device, my submenu has a dark blue background. But in none of my settings I’ve chosen a blue color. Is that a setting I should change elsewhere?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    I would like to add the word ‘menu’ under the hamburger. How can I do that?

    Try to use the following CSS code. You can add CSS code in Customize → Additional CSS section.

    .btn-menu::after {
      content: "Menu";
      font: 22px sans-serif;
      display: block;
    }
    .btn-menu {
      width: 70px;
      line-height: 1.2;
      height: 62px;
    }

    Also, on a mobile device, my submenu has a dark blue background. But in none of my settings I’ve chosen a blue color. Is that a setting I should change elsewhere?

    Please create a new topic for this question to keep the forum in good order and make it easier to help you. Hope for your understanding.

    Kind Regards, Roman.

    Thread Starter browmie

    (@browmie)

    Thank you, this really helped me!

    OK, you are welcome!

    Kind Regards, Roman.

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