[Resolved] How can I hide the title of the products in woocommerce by code?

Home Forums Support [Resolved] How can I hide the title of the products in woocommerce by code?

Home Forums Support How can I hide the title of the products in woocommerce by code?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1291795
    mogudasl

    Hello,

    How can I hide the title of the products in woocommerce by code?

    Thanks

    #1291811
    David
    Staff
    Customer Support

    Hi there,

    is this in the Shop Page or the Single Product page or both ?

    #1291859
    mogudasl

    Hi David ,

    on the single product page

    #1291886
    David
    Staff
    Customer Support

    Try this PHP Snippet:

    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 );

    https://docs.generatepress.com/article/adding-php/

    #1291914
    mogudasl

    Perfect David ,

    Thanks

    #1292227
    David
    Staff
    Customer Support

    You’re welcome

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