[ad_1]
Hi guys, I’m using a theme where the default page title is removed/not shown. The main banner heading area I use has title text, but it does not have H1 tags.
As a result, I have no H1 title on my page, which I imagine isn’t great for SEO.
The css for the title text in the banner is part of the theme, e.g:
.theme-banner__heading {
font-size: 60px;
line-height: 60px;
color: var(–theme-color-darker);
text-transform: uppercase;
margin-bottom: 47px;
}
Is there a way I can make it so it has h1 tags?
Thanks.
[ad_2]