forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: whats_up_skip on March 29, 2015, 10:46:15 pm

Title: Square character after link in description text
Post by: whats_up_skip on March 29, 2015, 10:46:15 pm
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
Title: Re: Square character after link in description text
Post by: Αndré on April 06, 2015, 09:45:12 pm
That's added for every external link and intended behavior. If you want to disable it, let me know.
Title: Re: Square character after link in description text
Post by: whats_up_skip on April 08, 2015, 02:59:32 am
It would be great if you could let me know how to disable it.
Title: Re: Square character after link in description text
Post by: Αndré on April 10, 2015, 09:25:07 am
Open your theme's style.css file (themes/curve_responsive/style.css), find
Code: [Select]
.external {
    background: transparent url('../../images/link.gif') 100% 50% no-repeat;
    padding-right: 10px;
}
and remove it completely.
Title: Re: Square character after link in description text
Post by: whats_up_skip on April 11, 2015, 01:58:37 am
Thank you.