How to Remove Archive Title WooCommerce

woocommerce remove archive titleAre you looking for a quick and easy way to remove the WooCommerce archive title? I have a quick solution for you: WooCommerce remove archive title code snippet that I have tested and demonstrated on how it works.

This will definitely save your time and help get this done fast.

WooCommerce Remove Archive Title

In this post, I will share with you an excellent solution that will quickly remove the archive title in your WooCommmerce store.

I run into the same problem when I was customizing the WooCommerce custom, I came up with WooCommerce remove archive title code snippet that you too can use in your project.

You simply need to use the CSS code below and add it to your child theme or you can add it to the customizer additional CSS section as shown on the image below:

woocommerce remove archive title

The following is the code snippet that you should use in your child theme or the additional CSS to remove the archive title in WooCommerce.

[php] /**
* Remove Archive Title WooCommerce
*/

.archive.tax-product_cat
.page-title {
display:none!important;
}

[/php]

Conclusion

In this post, we have looked at how to remove the WooCommerce archive title, as you can see you can easily add this code snippet and successfully remove the archive title.

You can easily and quickly use this solution in your WooCommerce theme or plugin development. Just in case you are stuck, I am always ready to help you implement this solution and also to further customize it to fit your specific needs.

Similar Articles