Home Forums Themes Support Gecko Remove Additional Information Tab

Viewing 11 reply threads
  • Author
    Posts
    • #1635

      Hello!

      Is there a way to remove the automatic “Additional Information” tab on Woocommerce product pages? Or is there a way to change the order of the tabs so that my custom tabs appear first? Thanks!!

    • #1636

      Hi,

      1/ You can add custom css code to hide “Additional Information” tab

      .additional_information_tab, #tab-additional_information { display: none;}

      2/ You can reorder tab by follow this article https://gist.github.com/jameskoster/5133532 but we recommend you do this on functions.php in gecko-child

      Best regards

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

    • #1639

      Thanks so much for your quick response! For whatever reason,

      .additional_information_tab, #tab-additional_information { display: none;}

      didn’t work. Is there something else I can try?

      Thank you so much!

       

       

    • #1640

      I added these code in JanStudio > Theme Options > General Layout > Custom CSS and saw it work, can you try again.

       

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

    • #1641

      Hi! I just tried it again, and still no luck. I didn’t update my theme yet…could that be the issue?

    • #1642

      I checked your site and saw “Additional Information” is first tab so it active as default

      you can use code

      .additional_information_tab, #tab-additional_information { display: none !important;}

      Or uncheck ” Visible on the product page” when you create new product https://monosnap.com/file/vQV87uiswF7WXe6BUs7ET1REDcyIVS#

       

       

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

    • #1643

      Thank you! That worked wonderfully!

      Is there a way to have the content of my first custom tab appear automatically without clicking on that tab title? Thanks!

    • #1644

      You can use this way  uncheck ” Visible on the product page” when you create new product https://monosnap.com/file/vQV87uiswF7WXe6BUs7ET1REDcyIVS#

      Regards

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

    • #1645
      This reply has been marked as private.
    • #1646

      you can try to reorder tab code

       

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

    • #1651

      Thanks for all of your help & suggestions! When I input the code your provided:

      .additional_information_tab, #tab-additional_information { display: none !important;}

      AND added text in the general description field (not the “product short description”) the information appeared on the page, without me having to click the tab title to display it.

      So one more question 🙂 Is there a way to change the automatic “Description” tab title to a title of my choice?

      Thank you!

    • #1655

      We not sure but you can try this plugin https://woocommerce.com/products/woocommerce-tab-manager/

      Regards

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

Viewing 11 reply threads

You must be logged in to reply to this topic.