Home › Forums › WoodMart support forum › Moving produt product title and breadcrums above image gallery. › Reply To: Moving produt product title and breadcrums above image gallery.
March 10, 2019 at 3:57 pm
#112130
Anonymous
Inactive
HI can I have help moving price beside the title with the PHP customization
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_title’, 5 );
add_action( ‘woocommerce_before_single_product’, ‘woocommerce_template_single_title’, 2 );