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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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