Removing the little square near the Link
dynamiser - September 10, 2009 - 14:44
| Project: | Popups API (Ajax Dialogs) |
| Version: | 6.x-1.3 |
| Component: | Documentation |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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

#1
I hide them by putting the following in my theme's style.css
a.popups-processed:after {
display: none;
}
#2
thx, worked