Home Forums Themes Support Claue How to move the tab

Viewing 3 reply threads
  • Author
    Posts
    • #19530
      Anonymous

      How to move the tab

    • #19544

      Please add below code to

      claue-child > functions.php

      remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
      remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
      add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
      add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 15 );

      Best regards

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

    • #19645
      Anonymous

      the top is added the tab but the bottom still have the tab.

    • #19670

      Hi,

      Please download attach file and extract to claue-child > woocommerce > extras > single

      Best regards

      Attachments:
      You must be logged in to view attached files.

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

Viewing 3 reply threads

You must be logged in to reply to this topic.