Home Forums WoodMart support forum How to move product title

How to move product title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39143

    AnnaSemukhina
    Participant

    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.
    #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

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