Change page header html title tag
-
Hello,
i’m trying to change page’s html title tag from h1 to h2
Page’s / title’s code:<div id="content" class="site-content"> <section id="intro-container" class="entry-header intro-container"> <div id="intro" class="intro"><div class="intro-inner"> <h1 class="page-title h1 intro-title"> - THIS TITLE HAS TO CHANGE - </h1> </div></div> </section> <div class="site-content-inner"> <div id="primary" class="content-area"> <main id="main" class="site-main"> <article id="post-641" class="post-641 page type-page status-publish hentry entry"> <!-- Article content here -> </article> </main><!-- /#main --> </div><!-- /#primary --> </div><!-- /.site-content-inner --> </div>
I just can’t find the right file to edit this html tag.
Could you please tell me wich files should i find so as to change page’s title html tag?
I already use a child theme, so if there is a way to override parent’s theme code, this would be great instead of tweaking directly parent’s themeThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change page header html title tag’ is closed to new replies.