Is there a way to display a piece of text next to the mobile button? I just want it to say menu next to the button on mobile display, thanks.
Hi David,
Thank you for reaching out to us. I see you’re using X. You can add a text next to the mobile button using custom CSS. Try adding the following code in the Theme Options > CSS:
.x-btn-navbar:after {
content: 'Menu'
}
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
That done the trick, thanks!
Glad we were able to help 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.