Home › Forums › Support › Hide ‘Price’ in woocommerce Product and Category Pages. This topic has 3 replies, 2 voices, and was last updated 1 year, 7 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 12, 2020 at 3:26 am #1527992 Jackson I have added products with prices for my reference only. I want to hide price in Product Page and Category Page. Can you help with css? November 12, 2020 at 5:21 am #1528107 DavidStaff Customer Support Hi there, you can remove prices from the Shop / Archives in Customizer > Layout > Woocommerce. To remove them from the single product requires a PHP Snippet: remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 ); How to add PHP: https://docs.generatepress.com/article/adding-php/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ November 12, 2020 at 5:26 am #1528115 Jackson Thanks for that code. Worked Perfect. November 12, 2020 at 6:22 am #1528153 DavidStaff Customer Support Glad to be of help Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ 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