Dear Sarah,
Thank you for reaching out to us here.
The page headers use H1 tag already. It is defined at this line:
<?php the_title( '<h1 class="title-post">', '</h1>' ); ?>
in the content-page.php template file.
To avoid misunderstanding, could you please refer me to a URL of the page in question? Which “page headers” do you mean there?
Regards,
Kharis
Hi Kharis
sorry, i amended the initial question as it was slightly wrong.
What do you mean by the page headers? Do you mean the title of the page/ Because when I run the website through Moz, it cannot find any h1,h2,h3 tags.
The website page is http://www.skemaz.net
Kind regards
SArah
The heading “Field Reporting and Mobile Data Collection to Transform Your Business” is the heading that I would like as H1
Dear Sarah,
Thank you for the very detailed explanation. It can be modified through WP dashboard > Settings > Page Builder > Widgets > replace the default value of “Widget Title HTML” with:
<h1 class="widget-title">{{title}}</h1>
In order to adjust the font size, apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css:
.panel-grid-cell h1.widget-title{
font-size: 32px;
}
Regards,
Kharis
okay, thanks let me give that a go and see what happens.
Kind regards
Sarah