Marking of affiliate text links

Posted in: Newsmag
Post count: 16

Hi,

i write a short code to mark all my Affiliate Text Links and put it into custom css:

a[href*="/geht/"]:after {
content: "PL";
vertical-align:super;
font-size: 8px;
}

PL = Partnerlink = Affiliate Link

works fine, but only on desktop and tablet PCs. The reference works not with the mobile theme. Means, the reference it is not shown on mobiles. Where is my mistake? Can you help me?

for example: Post with and without marked links

Thanks

Post count: 16

ok found my mistake myself and put the same code to the mobile theme custom css.

works

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.