Viewing 1 replies (of 1 total)
  • There is an error in the plugin code that causes the 61×61 pixel style of the thumbnail images to be applied to the Pinterest logo button. A simple fix is edit the plugin to add an inline style to the logo img tag.

    Look for:
    <img src="//passets-cdn.pinterest.com/images/small-p-button.png" width="16" height="16" alt="Follow Me on Pinterest" />

    Change it to:
    <img src="//passets-cdn.pinterest.com/images/small-p-button.png" width="16" height="16" alt="Follow Me on Pinterest" style="height: 16px; width: 16px;" />

Viewing 1 replies (of 1 total)
  • The topic ‘Pinterest button blurred’ is closed to new replies.