Before you ask please READ THIS

Change heading structure

edited October 2015 in Photon Posts: 3
Hi,

thank for this beautiful theme.

I was wondering where could I found the file that contain the <h2 class="post-title"> that is displayed when an album picture is hovered ? I've tried to edit "album-list.php" (L133, L149, L152) but no change...

Idem, where can I found the file that contain the <h3 class="title"> in footer widget ?

I need to change a large part of the heading structure, some titles should not be in Hx ...

Akal
Post edited by Air on

Comments

  • AirAir
    Posts: 10,970
    Hello:-)
    akalwp said: I was wondering where could I found the file that contain the &lt;h2 class="post-title"&gt; that is displayed when an album picture is hovered ?
    This will be probably in js/script.js line ~2163
    html += '<h2 class="post-title"><i class="icon-eye"></i>';
    and bit lower html += '</h2>';

    akalwp said: Idem, where can I found the file that contain the &lt;h3 class="title"&gt; in footer widget ?
    This will be in widgets generator, advance/widgets.php line ~112
    ...
    				'before_title'  => '<h3 class="title"><span>',
    				'after_title'   => '</span></h3>',
    ...
    
    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion