How to remove title beneath thumbnails? How to remove title beneath thumbnails?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

How to remove title beneath thumbnails?

Started by matheso, January 04, 2015, 05:10:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

matheso

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

matheso

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):

.thumb_title_title,
.thumb_caption  {
    display: none!important;
}