Support » Plugin: WooCommerce » Can't change page title class name on the archive template

  • I’m having trouble changing the class name of <h1 class=”page-title”><?php woocommerce_page_title(); ?></h1> to <h1 class=”entry-title”><?php woocommerce_page_title(); ?></h1> in the archive-product.php file. I have followed directions in the docs on how to override templates and place them in your theme directory and I have already successfully changed several other templates but for some reason when I change this one, the change doesn’t reflect on the front end. It still reads <h1 class=”page-title”><?php woocommerce_page_title(); ?></h1>

    http://wordpress.org/plugins/woocommerce/

  • The topic ‘Can't change page title class name on the archive template’ is closed to new replies.