archive product header - new class name convention

This commit is contained in:
opportus 2016-07-22 15:58:49 +02:00
parent 1db3a1c97e
commit 8f3e9edb2e
1 changed files with 2 additions and 2 deletions

View File

@ -32,11 +32,11 @@ get_header( 'shop' ); ?>
do_action( 'woocommerce_before_main_content' );
?>
<header class="archive-product-header">
<header class="woocommerce-products-header archive-product-header">
<?php if ( apply_filters( 'woocommerce_show_page_title', true ) ) : ?>
<h1 class="page-title"><?php woocommerce_page_title(); ?></h1>
<h1 class="woocommerce-products-header__title page-title"><?php woocommerce_page_title(); ?></h1>
<?php endif; ?>