Home › Forums › WoodMart support forum › Size Guide Button Size Guide Button This topic has 5 replies, 2 voices, and was last updated 3 years, 10 months ago by Aizaz Imtiaz Awan. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 17, 2021 at 8:34 am #274174 shwetaParticipant Hello, I want to add size guide button above the add to cart button and not after/below that. Please find screenshot attached for the better clearly. Best Attachments:You must be logged in to view attached files. March 17, 2021 at 10:38 am #274245 Aizaz Imtiaz AwanKeymaster 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. March 17, 2021 at 10:59 am #274259 shwetaParticipant hello, This code is working fine. I want to add size guide button above the add to cart button and not after/below that. Best Attachments:You must be logged in to view attached files. March 17, 2021 at 1:06 pm #274332 Aizaz Imtiaz AwanKeymaster Hello, Please provide the admin panel login details of the website to check it myself and help you out accordingly. Best Regards March 17, 2021 at 3:05 pm #274369 shwetaParticipant Please find below the website login access: March 18, 2021 at 6:00 am #274483 Aizaz Imtiaz AwanKeymaster Hello, I have logged into your website and the code is working fine as the variations are linked to the add to cart button. That’s why if you try moving the size guide above the add to cart button then it will be displayed above variations. Best Regard. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register