How to change color of hamburger in navbar toggler

In the navbar toggler I would like to change the icon hamburger from black to white but I don’t find in the properties section a way to do it. Thanks for your help.
Best.
Jay

Bootstrap 4 but probably still applies to Bootstrap 5

Maybe add to your custom CSS file?
Or add the attribute directly in the inline styling?

Thank you, Using the navbar-dark class did it. Best. Jay

1 Like