Home New Guten Forums WoodMart support forum How to change wd-entities-title from H3 to H4?

How to change wd-entities-title from H3 to H4?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #671117

    alexander.djundi
    Participant

    How to change wd-entities-title from H3 to H4?

    #671122

    alexander.djundi
    Participant

    Close ticket, i find how 🙂

    public_html/wp-content/themes/woodmart/inc/integrations/woocommerce/template-tags.php
    ===========================================================
    if ( ! function_exists( ‘woocommerce_template_loop_product_title’ ) ) {
    function woocommerce_template_loop_product_title() {
    echo ‘<h4 class=”wd-entities-title”>‘ . get_the_title() . ‘</h4>’;
    }
    ==========================================================

    Sorry…

    #671125

    Kate M.
    Keymaster

    Great, we are glad that you have found the solution.

    Best Regards

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How to change wd-entities-title from H3 to H4?’ is closed to new replies.