Control what content is displayed and how with Rocket CSS.
We have a few classes for choosing what is displayed and how in Rocket CSS.
Change the display property.
.d-none to display none..d-inline-block to display inline-block.Change the visibility property.
.visibility-hide to set visibility to hidden..visibility-show to set visibility to visible.