Home Forums Themes Support Gecko Related Products

Viewing 1 reply thread
  • Author
    Posts
    • #21041

      Hi there,
      How do I remove Related Product(s) from my single product page?
      It it too much, as we have You May Also Like.

       

       

    • #21070

      Hi,

      There 3 ways to hide relate product on product detail page

      1. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      .related.product-extra {display: none;}

      2. Or add below code to gecko-child > functions.php

      /**
       * Remove related products output
       */
      remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );

      3. Use a plugin to control https://wpglorify.com/remove-related-products-woocommerce/

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 1 reply thread

You must be logged in to reply to this topic.