Is it possibly to display only the article 'title' hovered over the image instead of the article title and text?
see here - http://upgrade.dahlonegadda.org/
.gkNspPM-CenteredTitleOverlay h3 + p {
display: none;
}
if(trim($text) != '') {
echo '<p'.$text_styles.'>';
echo '<a href="'.$this->get_link($i).'" title="'.htmlspecialchars(strip_tags($this->parent->content[$i]['title'])).'">'.$text.'</a>';
echo '</p>';
}