0

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

joe
  • 8,383
  • 13
  • 61
  • 109

1 Answers1

1

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.

Syneria Fana
  • 153
  • 12
  • I am trying Bootstrap4. Please wait for a moment. This is my early period of `frontend` skill – joe May 02 '18 at 16:07
  • Got the 2nd answer from here https://stackoverflow.com/questions/35351353/missing-visible-and-hidden-in-bootstrap-v4#45683167 – joe May 02 '18 at 16:49