I'm new to bootstrap.
While reading the documentation, I noticed that you can set the class for the invisible object by default to make it visible to some breakpoints such as visible-xs , visible-md , which is ok.
But what if I want to hide the default visible object for only one breakpoint. Do I need to add visible-sm visible-md visible-lg class classes to hide it in xs screens? Or is there an easy way, like invisible-xs ? Thanks.
source share