Is there a way to hide the text of a link on mobile screens using Bootstrap 4? How can this be achieved?
HTML
<li>
<a href="#"><i class="fa fa-icon"></i> Text Link</a>
</li>
I want to show only the icon on mobile devices, but display both the icon and text on desktop or tablet modes.