How to change wd-entities-title from H3 to H4?
-
How to change wd-entities-title from H3 to H4?
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…
Great, we are glad that you have found the solution.
Best Regards
The topic ‘How to change wd-entities-title from H3 to H4?’ is closed to new replies.