• Hi,

    I am using the woocommerce_content(); method to integrate WC in my theme (twenty thirteen) Everything works great except the <h1 class=”page-title”> I want to change this to a basic <h2> tag but woocommerce.php seems to override everything. Is there a fairly simple method for achieving this?

    Thanks!

    https://www.ads-software.com/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Changing an h1 for an h2 would require making a child theme and making a custom template. It would probably be less work to change the h1 on woocommerce pages with some custom css, something like this:

    .woocommerce h1 { <insert styles for h2> }

    To be more specific, please post a url to a relevant page.

Viewing 1 replies (of 1 total)
  • The topic ‘changing page-title CSS class’ is closed to new replies.