.class{
text-indent: -9999px;
line-height: 0;
{
your-class::after {
content: "הטקסט שלך";
text-indent: 0px;
display: block;
line-height: initial;
}
.class{
text-indent: -9999px;
line-height: 0;
{
your-class::after {
content: "הטקסט שלך";
text-indent: 0px;
display: block;
line-height: initial;
}