Hi there,
My X theme (Integrity view) seems to be automatically adding my site title to every page in the header as an h1 (site is alphafa.com)
<h1 class="visually-hidden">Alpha Financial Advisors | Charlotte, NC</h1>
I have tried to remove it by doing a CSS override for
.visually-hidden {display:none!important;}
But it remains there.
Our site was recently reviewed by an SEO professional who subtracted points on our site saying we had more than one “h1” on each page. That’s the reason I’d like to remove this… or at the very least, if I can’t remove it, I’d like to change it to something other than an H1
Let me know your thoughts. Thank you for any help you can provide!