I'm looking how to hide a text ("Tag") into a span like this :
<span class="tagged_as">
Tag :
<a href="product-tag/enfant/" rel="tag">Enfant</a>,
<a href="product-tag/jeu-prime/" rel="tag">Jeu primé</a>
</span>
I tried to remove the text but I don't want to change something that a don't make... With css, i tried different things like font-size 0 but font of the href is also changed... visibility hidden... not working...
I don't know how to select only the text and not the "a" part.