SyntaxFix
Write A Post
Hire A Developer
Questions
Just add font-size: 0; to your element that contains text.
font-size: 0;
.hidden { font-size: 0; }
font-size: 0; hides text. <span class="hidden"> You can't see me :) </span>