I am looking to incorporate Bootstrap tags into my HTML file in order to display my menu items. However, I want to avoid having the default navbar highlight box and hamburger icon appear when users visit my site using a tablet or mobile device.
<nav class="navbar navbar-default">
<li><a href="../navbar-fixed-top/">Fixed top</a></li>
<nav>
Can anyone provide guidance on how to achieve this?