Replace Hamburger Icon Side Menu with Text

In this recipe, we will modify the Side Menu plugin to replace the Hamburger icon, with the text "Menu", making it more visible.

Preview:

CSS:

#overlay  wdg-menu-kavftig div button.toggle:after  {
  content: 'Menu';
  color: black;
}

#overlay wdg-menu-kavftig div button.toggle  {
  background: #ffb61a;
  border-radius: 5px !important;
  margin: 10px -60px 0px 20px !important;
}