Skip to content

Instantly share code, notes, and snippets.

@ellegaarddk
Last active October 10, 2023 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ellegaarddk/e16591bdd4fa46d4ca9696f668653eb6 to your computer and use it in GitHub Desktop.
Save ellegaarddk/e16591bdd4fa46d4ca9696f668653eb6 to your computer and use it in GitHub Desktop.
Add the text "MENU" to a hamburger/mobile menu created with Elementor in WordPress
/* places the text "MENU" til the left of the default hamburger menu */
.elementor-menu-toggle:before{
position: relative;
padding-right: 10px;
content: "MENU";
font-weight: 700;
color: rgba(0,0,0,.5)
}
@DennisCity300
Copy link

Thanks for this...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment