Off Canvas 1.5.11

I have created a site - www.formulagravity.co.uk and have used Off Canvas 1.5.11 on it.
I cannot find any way of adding the word “Menu” to the right of the Off Canvas icon on the site. Is this possible? If so, how do I go about adding it?

Thanks in anticipation.

You can add a little CSS to your site wide code to do this. The margin-left negative value may need adjustment to suit but this should give you a reasonable positioning:

.tab-bar .right-small::before{
content:“Menu”;
margin-left: -55px;
}

1 Like

Thank you tav, I’ll give it a go,