This is my code
<nav class="navbar navbar-expand-lg navbar-md-dark navbar-lg-light" style="background-color: #11100b;" id="nav-mob">
<div class="container">
<a class="navbar-brand " href="#">
<img src="./logo dark.png" id="logochange" width="150" alt="LOGO">
</a>
<button class="navbar-toggler " type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
</span>
</button>
</div>
</nav>
The hamburger sign exists and does click but is not visible due to the dark background how do I change the colour or make the sign brighter?
with boostrap it has preset themes, so when you change the them of the background you need to change the theme of the icon aswell to fit that so try this, class="navbar navbar-expand-lg navbar-md-dark navbar-lg-dark"