Try
a{
line-height: 0;
font-size: 0;
color: transparent;
}
The color: transparent; covers an issue with Webkit browsers still displaying 1px of the text.
Try
a{
line-height: 0;
font-size: 0;
color: transparent;
}
The color: transparent; covers an issue with Webkit browsers still displaying 1px of the text.