Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #601465

    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>

    • This topic was modified 8 years, 8 months ago by ailaroz.
    #602533

    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

    #602536

    Thank you Günter!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Masonry title from h3 to h2’ is closed to new replies.