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
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
Comment #1
mransom commentedI hide them by putting the following in my theme's style.css
a.popups-processed:after {
display: none;
}
Comment #2
JeschMB commentedthx, worked
Comment #3
Pls commentedGood job. Im glad I can find an answer. Thumbs up
Comment #4
Buddharide commentedTry this:
a.popups-processed { background-image: none; }