Utilize the .text-hide class or mixin to help replace an element's text content with a background image.
<h1 class="text-hide">My designed heading</h1>
// Usage as a Mixin .heading { .text-hide(); }