Safari - Remove text space in anchor tag

I’ve checked my site on Firefox, Chrome and IE, and it is working well. But when I use Safari, I am getting this problem:

Here is my code:

.primary-define #topbar #welcome {
    float: right;
    font-size: 0;
    min-width: 92px;
}

When I use “Web Inspector” in Safari, I know it is affected by text inside and outside the anchor tag:

<div id="welcome">
    Welcome visitor you can
    <a href="#">login</a>
    or
    <a href="#">create an account</a>
</div>

Hope anyone can help me fix this problem. I tried many ways but nothing changed.

Thank in advance.

Hi,

The icons look OK in Safari mac. If you are talking about Safari PC then that was discontinued a couple of years ago and shouldn’t be used as a reliable way to test safari. It has outdated CSS and is no longer supported by apple.

You’d be better off fixing the missing icons in my Firefox PC as all I see is square characters at the top right :slight_smile:

Thank you for useful information.