Hi. I want to change masonry gallery title from h3 to h2 by default. I know i have to change it somewhere in those .php files but i cant find out which.
Any help would be much appreciated.
<h3 class=”av-masonry-entry-title entry-title” itemprop=”headline”>Title</h3>
Hey ailaroz!
Thank you for using our theme.
You find it in enfold\config-templatebuilder\avia-shortcodes\helper-masonry.php line 307:
$items .= "<h3 class='av-masonry-entry-title entry-title' {$markup}>{$the_title}</h3>";
Best regards,
Günter
Thank you Günter!