Reply To: mobile menu issue

#10045680
Support
Keymaster

Hi, you can add an item in your menu with the class d-lg-none and that item will appear on mobile only:

<li>
	<a class="d-lg-none nav-link" href="demo-accounting-1-contact.html">
		Get Free Quote
	</a>
</li>