1

I'm trying to hide these menu bars with the class hidden-md-up, but it's not working. I'm using CDN but i've also tried the files and checked the class...can anyone help? Here's what I have

 <div class="col hidden-md-up">
        <i class="fa fa-bars fa-4x " aria-hidden="true"></i>
    </div>
Carol Skelly
  • 351,302
  • 90
  • 710
  • 624
Mellville
  • 1,027
  • 2
  • 18
  • 39

1 Answers1

4

According to the docs

Removed from v4 alphas: .hidden-xs-up .hidden-xs-down .hidden-sm-up .hidden-sm-down .hidden-md-up .hidden-md-down .hidden-lg-up .hidden-lg-down

ProEvilz
  • 5,310
  • 9
  • 44
  • 74