• I am copying and pasting affiliate links into my blog posts from Amazon and Linkshare. The Amazon links are fine, but the Linkshare links are showing with a little box at the end of the link – the tracking pixel I’m guessing – and its so unattractive.
    Linkshare are telling me it’s how I’m implementing the link but I’m just copying and pasting it into the, not altering it in any way.
    Here’s a link to my blog post so you can see the boxes at the end of the Nordstrom, JCPenney, Bloomingdales and Walmart link.
    https://www.beachandbliss.com
    Can someone tell me what I’m doing wrong and how to get rid of that box?
    Thank you!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    You can achieve what you’re after by adding following custom CSS to your theme using Jetpack’s custom CSS module by navigating to Appearance -> Edit CSS from your WordPress dashboard:

    post-content img{
        border:0px;
    }

    Hope it helps.

    Thread Starter beachliss

    (@beachliss)

    It worked…. Thank you. But the main image on the blog post has no border now. So…..

    Thread Starter beachliss

    (@beachliss)

    I edited the CSS in the Lovecraft theme so no image has a border. But If I wanted a border on just one image in the post, but no other image, is that possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tracking pixel showing’ is closed to new replies.