Your account expired support, please renew to get your support.

Home Forums Themes Support Gecko Remove related products

Viewing 1 reply thread
  • Author
    Posts
    • #29894
      lacharoliere
      Support Expired

      Hello !

      I would like to remove the related products on each products pages, how can I do ?

      Regards,

      Mathilde

    • #29898
      Harry
      Support Expired

      Hi Mathilde,

      Thank you for choosing our theme.

      You can remove the related products by add below code to gecko-child > functions.php

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

      or add below code to JanStudio > Theme Option > General Layout > Custom CSS

      .product-extra {display: none;}

      Kind 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.