Home › Forums › WoodMart support forum › Show Brand Attribute In Product Quick View › Reply To: Show Brand Attribute In Product Quick View
February 13, 2024 at 6:21 pm
#539633
Luke Nielsen
Keymaster
Hello,
Try to add the below code to the functions.php file in your child theme:
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 9 );
Then recheck the issue.
Kind Regards