How to move product title
-
Hello! Can you help me please with moving a titles above the thumbnail. Attaching an example.
Attachments:
You must be
logged in to view attached files.
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