Home › Forums › Support › New section on product page This topic has 1 reply, 2 voices, and was last updated 4 years ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 7, 2019 at 2:40 pm #832209 Pedro Hello! I would like to add a section in the WooCommerce product pages. There I would place items to give clients confidence, something like this site does: https://www.dropbox.com/s/77zik22905bt6qa/wootheme.png?dl=0 How could I do it? Thank you! GeneratePress 2.2.2GP Premium 1.7.8 March 7, 2019 at 4:08 pm #832282 LeoStaff Customer Support Hi there, You should be able to use the woocommerce_after_single_product_summary hook which is included in our Hooks Elements module. Give the content a class like: <div class="woo_after_summary_content">some content</div> Set the priority to 1, then this CSS should position it between the product image and product tabs: .woo_after_summary_content { clear: both; } Hope this helps! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In