forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: matheso on January 04, 2015, 05:10:00 am

Title: How to remove title beneath thumbnails?
Post by: matheso on January 04, 2015, 05:10:00 am
On my index page under "Last additions" there are some images with a title beneath it, which distorts the masonry layout. I can't find the option in Config... how do I remove titles from beneath thumbnails??

Thanks
Title: Re: How to remove title beneath thumbnails?
Post by: matheso on January 04, 2015, 05:36:23 am
I should have waited to posted, because it's solved now. allvip told me to add this to style.css in another post (which worked):

Code: [Select]
.thumb_title_title,
.thumb_caption  {
    display: none!important;
}
Title: Re: How to remove title beneath thumbnails?
Post by: allvip on January 05, 2015, 10:36:39 am
Detailed info here:

http://forum.coppermine-gallery.net/index.php/topic,76902.msg371509.html#msg371509 (http://forum.coppermine-gallery.net/index.php/topic,76902.msg371509.html#msg371509)