View Single Post
  #2  
Old 02-17-2023, 05:44 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Adding the word "Menu" to the menu button in Mobile

I would be very surprised to see anyone using their phone to browse sites and not knowing what the 3 lines at the top are. Besides adding the actual word in there will take more space and clutter the space.

If you still insist of doing it the easiest will be to change the css from admin custom css page. This works on the XC demo store (adjust for your version if need to)

.icon-menu:before {
content: "\e907 Menu";
}


where "\e907" is the icon itself so you can switch "menu" front or back or remove it if you want the word "menu" only
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote