Change “Menu” text

To change this text, paste the code below into your custom css box (Page Info > Header > CSS).

body > #wrapper > section nav a#trigger::after{ content:'Menu'; }  body > #wrapper > section nav a#trigger.open::after{ content:'Close'; }

Once pasted, adjust the quoted text as needed.

Was this helpful?