I'm trying to customize the standard woocommerce theme and so far that has worked well. I copied all template files from /plugins/woocommerce/templates
to /mytheme/woocommerce
and customized the files.
But when i'm change something in archive-product.php
nothing happens? I even tried to customize this in the core files (/plugins/woocommerce/templates/archive-product.php
) but i doesn't work.
I want to change the class of the h1
heading: <h1 class="page-title"><?php woocommerce_page_title(); ?></h1>
.
So i looked up all woocommerce template files, the class page-title
occurs only in this one file (to prevent editing the wrong file).
Edit:
In detail, i want to customize the theme used in this path: http://example.com/product-category/mycategory