Utilize the .text-hide class or mixin to help replace an element’s text content with a background image.
.text-hide
<h1 class="text-hide">Custom heading</h1>
// Usage as a mixin .heading { @include text-hide; }