Move title on top of product thumbnail
-
Any ideas how to move the title of the product so it sites above the image in my shop front? I did manage to find an edit for the end of the functions.php but it moved the price along with it :/
Here’s what i found:
remove_action( ‘woocommerce_before_shop_loop_item_title’, ‘woocommerce_template_loop_product_thumbnail’, 10 );
add_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_loop_product_thumbnail’, 10 );And here’s my site: https://weeaboodesu.com/
Thanks
- The topic ‘Move title on top of product thumbnail’ is closed to new replies.