Home › Forums › Support › Move Price below Short description This topic has 3 replies, 2 voices, and was last updated 5 years, 4 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 18, 2020 at 12:06 am #1535638 Oliver Hi team, Loving GeneratePress Pro so far. Quick question – would it be possible to add a way to rearrange the layout of the Single product page? I would like to move the product price to below the short description. Many thanks November 18, 2020 at 3:09 am #1535808 DavidStaff Customer Support Hi there, most of the elements in the Woocommerce plugin templates are attached using Hooks. So you could add this PHP Snippet to move the Summary above the Price: remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 ); add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 9 ); https://docs.generatepress.com/article/adding-php/ November 18, 2020 at 1:03 pm #1536727 Oliver You’re a legend David, many thanks! November 18, 2020 at 3:23 pm #1536853 DavidStaff Customer Support Glad to be of help! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In