Home › Forums › WoodMart support forum › move size guild to above of "add to cart" › Reply To: move size guild to above of "add to cart"
March 1, 2021 at 11:01 am
#270078
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.