Hello, thank you for Help.
/* CREATE the new function */
function woocommerce_template_loop_product_title_tag() {
global $product;
echo '<h3 style="color: red;" class="loop-title">' . get_the_title() . '</h3>';
}
/* ADD new loop-title-with sku action */
add_action( 'woocommerce_shop_loop_item_title', 'woocommerce_template_loop_product_title_tag', 10 );
I got it, find the get the hook. But not know how to catch it dirematemnte or edit the main , what I did then he add the title again but without link and my not remove deuc erto . How can I fix , by changing the < h3 > without intefrir the rest or add the title again with product link and remove the other ?
Image information:
https://snag.gy/IMaBS4.jpg
Thank YOu!