Viewing 1 replies (of 1 total)
  • You’ll have to make a child theme to prevent losing your changes if the theme is updated.

    In header.php you’ll find this piece of code:

    <div class="toggles">
    
    				<div class="nav-toggle toggle">
    
    					<div class="bar"></div>
    					<div class="bar"></div>
    					<div class="bar"></div>
    
    				</div>

    That is the div that will be shown in mobile mode. Just add the word ‘MENU’ to the first div in a span. Add a class to that span so you can give it the style you prefer in a custom CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘Add text to mobile menu toggle’ is closed to new replies.