Home › Forums › Themes Support › Gecko › Remove Additional Information Tab
- This topic has 11 replies, 2 voices, and was last updated 7 years, 10 months ago by Harry.
-
AuthorPosts
-
-
January 16, 2017 at 2:44 pm #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!!
-
January 16, 2017 at 4:56 pm #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 -
January 16, 2017 at 5:24 pm #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!
-
January 16, 2017 at 5:27 pm #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 -
January 16, 2017 at 5:29 pm #1641
Hi! I just tried it again, and still no luck. I didn’t update my theme yet…could that be the issue?
-
January 16, 2017 at 5:35 pm #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 -
January 16, 2017 at 5:40 pm #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!
-
January 16, 2017 at 5:42 pm #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 -
January 16, 2017 at 5:50 pm #1645This reply has been marked as private.
-
January 16, 2017 at 7:47 pm #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 -
January 17, 2017 at 4:36 am #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!
-
January 17, 2017 at 8:42 am #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
-
-
AuthorPosts
You must be logged in to reply to this topic.