
The mobile menu (so-called hamburger menu) in Genesis has the text “Menu” next to the icon by default. This is of course not ideal for German websites. But there is an easy way to change that.
To do this, we add the following style statement:
button#genesis-mobile-nav-primary {
font-size: 0;
}
in our CSS code. Ready!
There is also the option of adapting the theme code. However, the above solution is easier to implement. It is also recommended by the developers of the Genesis framework.