Revised post - this might help some folks:
If anyone is interested, I started playing around with the values/coding a little. To the CSS coding, I added font-weight (you can use: 100, 200, 300, etc. all the way up to 900, 100 being the lightest and 900 the boldest) and letter-spacing (you can use: 1px, 2px, 3px, etc., the higher the number the more open the letter spacing) to the mix.
Now I have a nice easy-to-understand button shown as the word “menu” replacing the sometimes confusing “fa bars”. Folks are still occasionally confused what those bars are. So I wanted to make it easier for them.
Also keep in mind, you must use both the CSS & JavaScript coding as shown here, placed in their respective sections of the HTML tab, for this to work in the Traveler theme. It might be close to the coding you would use in other themes, but I’m sure there will be some changes depending on the theme. So I really don’t know about that 100%. I’m a designer/art director, not a coder. But this will give you an idea of what you can do. Hope it helps a little.
CSS:
#lt, #lm, #lb, .lt, .lm, .lb {display:none; }
#mwrap span { font-family: ‘helvetica’; font-weight: 400; letter-spacing: 1px; font-size:18pt; color:white; }
JavaScript:
jQuery(function(){
jQuery("#mwrap").append(“menu”);
});
The nice part of this theme is the menu that dramatically opens in a long verticle panel in the center of the page. There are many variations/customizable options to this theme that you can view by going to the different page links in the menu button. I’ve used this theme for a few websites already:
michaeldaviddesign.com/themes/traveler/