Add Text To Menu

On mobile, there is the three dashes or lines that represent the menu.

I'd like to add text next to it that says Categories or Menu.

Where do I add that so it shows the words instead of just the lines?

On mobile, there is the three dashes or lines that represent the menu.

I'd like to add text next to it that says Categories or Menu.

Where do I add that so it shows the words instead of just the lines?

Hello!

You need to find and remove the following style:

@media (max-width: 1006px) {
    .vs-mega-menu .dropdown-hybrid>li>a span {
        display: none;
    }
}

and set display:none; to vs-icon-menu class. Then the text will be displayed instead of the icon. Now the text is "All departments".