The h1 tag is tied to our site logo, which I find odd. Code is:
<h1 id=”site-title”>
</h1>
Instead, I want to use the <h1> (h2, h3, et al.) tags for structuring the page per industry standards and best practices. How do I specify <h1> tag to be the title of a new page and <h2> a subheading/subtitle on the page?