Hello,
The h1 tag automatically appears on all pages except the Blog page. I’m wondering how I can add it so that it looks the same as it does on all other pages.
I tried creating a header element according to these steps:
https://docs.generatepress.com/article/header-element-overview/
The h1 did appear, but now I am trying to adjust the location. I would like the title to appear to the right of the sidebar, at the top of the content. I tried adding the following classes but was unsuccessful:
inside-article
entry-header
entry-title
entry-content
I also tried duplicating the HTML the way it appears on the “Videos” page (Videos is a blog category), but was unsuccessful as well. The current HTML I have is:
<header class="page-header masonry-brick">
<h1 class="page-title">
Blog
</h1>
</header>
without any element classes.
Thanks!