Home › Forums › WoodMart support forum › Size Guide Button › Reply To: Size Guide Button
March 17, 2021 at 10:38 am
#274245
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached.
Please try adding the following code to the functions.php file in the child theme.
remove_action( 'woocommerce_single_product_summary', 'woodmart_sguide_display', 38 );
add_action( 'woocommerce_single_product_summary', 'woodmart_sguide_display', 29 );
Best Regards.