Site logo

[Resolved] Hide ‘Price’ in woocommerce Product and Category Pages.

Home Forums Support [Resolved] Hide ‘Price’ in woocommerce Product and Category Pages.

Home Forums Support Hide ‘Price’ in woocommerce Product and Category Pages.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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?

    #1528107
    David
    Staff
    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/

    #1528115
    Jackson

    Thanks for that code. Worked Perfect.

    #1528153
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.