Mobile Menu: icon to text

Hi, I am working on X-Theme ICON and I want to change the ‘hamburger’ icon for the mobile site in a simple text: ‘menu’ is it possible? and how?

Hi There,

Try this CSS, add it under X > Launch > Options > CSS

i.x-icon-bars:before {
    content: "menu";
    font-size: 16px; /* update font size here */
}

Hope it works.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.