Tagged: gallery, hide title, masonry, remove title
Hi,
I would like to remove the entr-title in the masonry gallery (Name of the pic. e.g. IMG_2345678)
<h3 class=”av-masonry-entry-title entry-title” itemprop=”headline”>….</h3>
I would like to remove it in the masonry_entries.php better than to set the h3-class on visible:none.
thanx
Hey xxtita!
Try commenting out line 621 in the /enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php file.
//$items .= "<h3 class='av-masonry-entry-title entry-title' {$markup}>{$the_title}</h3>";
Best regards,
Elliott
works perfect,
thankx