Answer the question
In order to leave comments, you need to log in
How to change mobile menu icon on expand?
There is a menu on Bootstrap.
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-bars" aria-haspopup="true"></i>
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<p class="menu-site-logo"><?php the_custom_logo(); ?></p>
<?php echo $site_menu; ?>
</div>
<i class="fa fa-bars"></i>
<i class="fa fa-times"></i>
Answer the question
In order to leave comments, you need to log in
As an option, put 2 icons initially, hide the mob, and open the mob on the adaptive and hide the PC icon (through the parent).
Still of course JS with substitution.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question