Swap text for background images with the image replacement class.
Utilize the .text-hide
class or mixin to help replace an element’s text content with a background image.
<h1 class="text-hide">Custom heading</h1>
Use the .text-hide
class to maintain the accessibility and SEO benefits of heading tags, but want to utilize a background-image
instead of text.
EasyDnnSolutions
<h1 class="text-hide" style="background-image: url('/Portals/10/galore_logo3.png'); width: 250px; height: 41px;">EasyDnnSolutions</h1>