Hi,
I noticed when using woo commerce on the shop page there is a hidden H1 tag
<header class="woocommerce-products-header">
<h1 class="woocommerce-products-header__title page-title">Title Goes Here</h1>
</header>
Should this be hidden? Can you unhide it or is it ok to just leave?
thanks
My site if offline but it happens on the enfold shop demo too, https://kriesi.at/themes/enfold-shop/shop/
if you looks at the source code you will see the same h1 code i posted above, I guess its a woo commerce thing
looks like enfold has some css that hides the woocommerce shop page h1 tag , if anyone knows how to “unhide” it that would be great.. thanks
Hi,
You can unhide it by adding this css code in Quick CSS (located in Enfold > General Styling):
<pre><code>#top .template-shop .page-title {
display: block;
position: absolute;
font-size: 24px;
top: 8px;
}
Hope this helps.
Best regards,
Nikko
That worked, thank you
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko