Project:Popups API (Ajax Dialogs)
Version:6.x-1.3
Component:Documentation
Category:feature request
Priority:minor
Assigned:Unassigned
Status:active

Issue Summary

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

#1

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

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

#2

thx, worked

#3

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

#4

Try this:

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