Home Forums WoodMart support forum Size Guide Button Reply To: Size Guide Button

#274245

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.