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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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