How to hide/remove page title on product category archive
-
I am using the Gallery Pro theme with Woocommerce with the Genesis Connect for WooCommerce plugin. When I go to the product by category archive page, it displays both the archive title element and the page title element which looks duplicative.
See, eg, https://deborahlouie.com.au/product-category/book/
<main id=”genesis-content” class=”content”>
<div class=”archive-description taxonomy-archive-description taxonomy-description”>
<h1 class=”archive-title”>Book</h1>
</div>
<h1 class=”page-title”>Book</h1>
<p class=”woocommerce-result-count”> Showing the single result</p>
<ul class=”products”>
</main>What is the best method to hide/remove one of these elements from the archive listing? and are there adverse SEO implications?
- The topic ‘How to hide/remove page title on product category archive’ is closed to new replies.