Viewing 4 replies - 1 through 4 (of 4 total)
  • It looks like your website is trying to display a character that’s not supported by the font. It would help if you provided a URL where this is happening.

    Thread Starter pisoschirazvan

    (@pisoschirazvan)

    thank you for the answer. this is happening only to that post. holding the mouse cursor over it, it displays the title of the post. the url where you can see this is http://www.pisoschi.ro

    thx a lot

    Ah, I see what you mean. This is indicative of some other problem in your code, but a quick and dirty fix for this particular instance would be adding the following to your CSS code:

    .share-facebook a[title="Poate, totuși nu-i uităm."] {
        display: none;
    }
    Thread Starter pisoschirazvan

    (@pisoschirazvan)

    Thank you for the answer. Great

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Help needed’ is closed to new replies.