Square character after link in description text Square character after link in description text
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Square character after link in description text

Started by whats_up_skip, March 29, 2015, 10:46:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

whats_up_skip

Not sure why, but there is always a square character after the text that is a link in the description text for categories, albums and pictures. Any idea what it is and how to remove it?

Please see
http://www.gojapango.com/japan_picture/index.php

Αndré

That's added for every external link and intended behavior. If you want to disable it, let me know.

whats_up_skip

It would be great if you could let me know how to disable it.

Αndré

Open your theme's style.css file (themes/curve_responsive/style.css), find
.external {
    background: transparent url('../../images/link.gif') 100% 50% no-repeat;
    padding-right: 10px;
}

and remove it completely.

whats_up_skip