Home Forums WoodMart support forum How to move product title Reply To: How to move product title

#39168

Artem Temos
Keymaster

Hi,

You can do this editing the file woodmart/woocommerce/content-product-icons.php. Find this code part

<?php
	/**
	 * woocommerce_shop_loop_item_title hook
	 *
	 * @hooked woocommerce_template_loop_product_title - 10
	 */
	do_action( 'woocommerce_shop_loop_item_title' );
?>

and move before this line

<div class="product-element-top">

Kind Regards