Hello, how can I change the standard (offcanvas-)menu icon (![ ](https://)) into the text "MENU"?
Kind greetings,
Hendrik
Hi webmaster omroepmuseum, You can add the following CSS code to your site:
.t4-offcanvas-toggle .fa:before { content: "menu"; font-size: 32px; font-weight: bold; color: #000; }
Great! Thanks!