Sorry for that, i just cant find a solution to remove or avoid showing this little symbol near the link text.
I just added the popups class to the links (way 2).

It's neither css nor html.

thanks for any suggestions

great module btw

Comments

mransom’s picture

I hide them by putting the following in my theme's style.css

a.popups-processed:after {
display: none;
}

JeschMB’s picture

thx, worked

Pls’s picture

Good job. Im glad I can find an answer. Thumbs up

Buddharide’s picture

Try this:

a.popups-processed { background-image: none; }