Add Menu title Near Menu symbol

If you don’t wanna recreate the navigation with a childtheme, you can try to fix it like this:

header-navbar__burger::after {
content: 'Menu';
padding-inline: 2px;

}

this goes into appearance/custom CSS

1 Like