Hello, we would like to make it so that the menu toggle button has some text.
How do we add text to the menu toggle? Can this be done by custom css?
We used this website (https://wave.webaim.org/report#/http://brigsleyparishcouncil.com/) to meet accessibility requirements and it detected that button as having no text.
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".t3-navbar-collapse">
<i class="fa fa-bars">
</button>
Any help would be greatly appreciated. Thanks in advance!