Replies: 1 comment 1 reply
-
|
The markup is missing the navbar color mode for a dark/colored background. In Bootstrap 5.3, add <nav class="navbar navbar-expand-md bg-success sticky-top mb-3 mx-0 py-0" data-bs-theme="dark">
...
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#toggler"
aria-controls="toggler"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
</nav>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I added Bootstrap links to the layout Blade template file and I made the navbar like in this page https://getbootstrap.com/docs/5.3/components/navbar/#toggler.
Hamburger icon does not show in the navbar.
Beta Was this translation helpful? Give feedback.
All reactions