Home
Shop
Dealer Information Request
Contact Us
My account
Select Page
Cart
Your cart is currently empty.
Return to shop
function product_change_title_position(){ remove_action('woocommerce_shop_loop_item_title','woocommerce_template_loop_product_title'); add_action('woocommerce_before_shop_loop_item_title','woocommerce_template_loop_product_title', 5); } add_action('init','product_change_title_position');