coppermine-gallery.com/forum

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
.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.