Hamburger button

Home Support Business Point Hamburger button

  • This topic has 2 replies, 2 voices, and was last updated 6 years ago by Anonymous.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7953
    Anonymous
    Inactive

    Hello, again! Do you have any CSS or a plugin that adds the word “menu” next to the hamburger button? Or changes it to the word “menu?” Thank you so much!

    #7954
    ProDesigns
    Keymaster

    Please go to Appearance >> Customize >> Additional CSS and add following CSS.

    .mean-container .mean-bar:before {
        content: "Menu";
        position: absolute;
        right: 60px;
        top:15px;
        font-size: 16px;
        color: #1bbc9b;
        z-index: 99999;
        float:left;
        display : block;
    }

    Hope it will work.

    Thank you.

    #7955
    Anonymous
    Inactive

    You all are the absolute best. The code worked perfectly. It overlapped with the logo, so I simply adjusted the positioning a bit. Thanks a million!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.