Yes I know this is probably a dumb question, but I've combed through popups.js and I can't figure out how to remove the little box icon that appears after a popup link. Just don't want it for my theme. Maybe someone in the community knows? Sorry!! And thanks!!

Comments

amandawolfe’s picture

Title: Silly question--how to get rid of the little box icon? » How to get rid of the little box icon?
starbow’s picture

It's just a style rule.

In your theme's style.css, just overwrite.

a.popups-processed:after {
content: ""
}

Or delete that rule from popups-skin.css

amandawolfe’s picture

Aha! I was looking in the wrong place. You rock, thanks so much!

eMPee584’s picture

Hi Tao,
i think character 27f2 () is better suited for this, the box () made me think something is wrong with my unicode fonts :)
also, i think it should be colored, maybe #8aa or so..

starbow’s picture

Status: Active » Fixed

eMPee584: such is the power of css. Style it anyway you want.

eMPee584’s picture

Guess what: i have done so ;)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.