Search code examples
csshamburger-menu

Hamburger menu button shows me checkbox


I am studying the example given in this. But I couldn't be able to see hamburger button. I see only the checkbox which is functioning like hamburger button as I expected.

Questions:

  1. How to replace checkbox by hamburger button?
  2. I had tried hidden-md hidden-lg and also visible-xs. But hamburger button does not hide. Where am I wrong?

My Repository:
In module3
https://github.com/elcolie/ychaikin-assignment


Solution

  • This icon from your exemple is an icon from Bootstrap, but it's Bootstrap 3, now if you are using Bootstrap 4 there is no this feature. Use FontAwesome https://fontawesome.com/ if you want use it.