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
That's added for every external link and intended behavior. If you want to disable it, let me know.
It would be great if you could let me know how to disable it.
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.
Thank you.