I know this seems like an odd question but I am having a hard time finding the place to change the size of the H1 Titles in my articles. I am using the Gazette template but have changed my H1 settings there and those changes are not showing up in the articles.
Here is a page we can look at:
https://test1.theraliv.org/torah/articles/daniel-9
Here is the element inspected:
<div class="article-header">
<h1 itemprop="headline">
Daniel 9 </h1>
</div>
This appears to be containted within the sp-component
So, since I am not finding the settings in the template, I am thinking that I am either missing it or that there might be a setting within the SP Page Builder?
It appears that we can do a CSS override but that seems really an odd way to deal with H1 tags.
.view-article .article-details .article-header h1 {
font-size: 42px;
color: #1B1B1B;
font-weight: 500;
margin-bottom: 20px;
}
Is there a setting within the SP Page Builder? Or is there a setting somewhere else?
Thank you, Sean Carney