Home Forums Business Consultr Change page heading on "Shop" page (WooCommerce)

Viewing 1 reply thread
  • Author
    Posts
    • #4357
      Anonymous
      Inactive

      Hi there,

      I have activated WooCommerce and loaded my products, but now when I navigate to that page, there is a heading which says:
      Archives: Products
      This is where you can add new products to your store

      How do I remove that or change it?

      Thanks!

    • #4385
      keonthemes
      Keymaster

      Hello,

      Please add below code and paste in your theme functions.php file.

      function business_consultr_woo_show_page_title(){
      return false;
      }
      add_filter( ‘woocommerce_show_page_title’, ‘business_consultr_woo_show_page_title’ );

      We always recommend to create a child theme before customizing the parent theme.

      FIY, If you want upgrade the pro theme, you can get Pre-build Child theme. Also, you will get lot’s of useful and enhanced additional sections and features in the pro version. Beside that, you can get priority support and Free demo setup service.

      Thanks.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.