Title: tabs option
Last modified: September 21, 2020

---

# tabs option

 *  Resolved [mohdaljaraba](https://wordpress.org/support/users/mohdaljaraba/)
 * (@mohdaljaraba)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/tabs-option-2/)
 * Hello,
 * my theme give the option to set the tabs option in this way , [Image](https://prnt.sc/ul7zzb)
   is there any way to close the additional information and i keep 2 description
   and review and when the visitor wants to read the closed tab just to press on
   it ?
    -  This topic was modified 5 years, 11 months ago by [mohdaljaraba](https://wordpress.org/support/users/mohdaljaraba/).
    -  This topic was modified 5 years, 11 months ago by [mohdaljaraba](https://wordpress.org/support/users/mohdaljaraba/).

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/tabs-option-2/#post-13435742)
 * Hi [@mohdaljaraba](https://wordpress.org/support/users/mohdaljaraba/). If I’m
   understanding you correctly, you’d like to remove one of the tabs on your product
   pages. Is that correct? You can do that by using the code outlined here: [https://docs.woocommerce.com/document/editing-product-data-tabs/](https://docs.woocommerce.com/document/editing-product-data-tabs/)
 * Or is that image showing that all the tabs have been combined into a single page,
   but you’d like one of them to be collapsed still? If that’s the case, it’s something
   that you’d need to figure out with your theme, as that is beyond the scope of
   WooCommerce’s normal functionality.
 *  Thread Starter [mohdaljaraba](https://wordpress.org/support/users/mohdaljaraba/)
 * (@mohdaljaraba)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/tabs-option-2/#post-13435933)
 * [@apmwebdev](https://wordpress.org/support/users/apmwebdev/) Yes the 2nd answer
   i contact the theme developer and they told its about wc not they !
    best regards
    -  This reply was modified 5 years, 11 months ago by [mohdaljaraba](https://wordpress.org/support/users/mohdaljaraba/).
 *  Plugin Support [Kel C. a11n](https://wordpress.org/support/users/kellymetal/)
 * (@kellymetal)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/tabs-option-2/#post-13436431)
 * Hi there,
 * By default, you should be able to switch back and forth between the tabs — you
   can see this if you temporarily switch back to the default [Storefront](https://woocommerce.com/storefront/)
   theme:
 * ⌊tabs⌉⌊tabs⌉
    Link to image: [https://d.pr/i/hlpZIv](https://d.pr/i/hlpZIv)
 * If you wanted to completely remove the Additional Information tab, you can do
   that by using the code in the doc that [@apmwebdev](https://wordpress.org/support/users/apmwebdev/)
   sent:
    [https://docs.woocommerce.com/document/editing-product-data-tabs/#removing-tabs](https://docs.woocommerce.com/document/editing-product-data-tabs/#removing-tabs)
 *     ```
       add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
       function woo_remove_product_tabs( $tabs ) {
           unset( $tabs['additional_information'] );  	// Remove the additional information tab
           return $tabs;
       }
       ```
   
 * However, keeping two of them expanded the way your theme is doing, and making
   one collapsible would require more than just a PHP snippet like we could provide
   here. If you need assistance with coding or custom development, we recommend 
   reaching out to a developer from one of the services at [https://woocommerce.com/customizations/](https://woocommerce.com/customizations/)
 *  Thread Starter [mohdaljaraba](https://wordpress.org/support/users/mohdaljaraba/)
 * (@mohdaljaraba)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/tabs-option-2/#post-13439360)
 * [@kellymetal](https://wordpress.org/support/users/kellymetal/) [@apmwebdev](https://wordpress.org/support/users/apmwebdev/)
   and its possible to add 2 separate tabs in single product for example description
   information together and review and an additional tab together , if no its possible
   to add 2 tabs under short description ?extra information when kind of this [https://prnt.sc/ulvryv](https://prnt.sc/ulvryv)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/tabs-option-2/#post-13465664)
 * Hi [@mohdaljaraba](https://wordpress.org/support/users/mohdaljaraba/). Yes, any
   of those things are _possible_, but all of them would require customizations 
   or third party plugins. Per our [support policy](https://woocommerce.com/support-policy/#customisation),
   customizations are outside the scope of the support we can offer, but we have
   a [customizations page](https://woocommerce.com/customizations/) with resources
   for contacting a developer for help. You can also ask about this on the [WooCommerce Slack Community](https://woocommerce.com/community-slack/)
   or [WooCommerce FB group](https://www.facebook.com/groups/advanced.woocommerce/)
   which are great places for customization questions like this.
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/tabs-option-2/#post-13499314)
 * We haven’t heard back from you in a while, so I’m going to mark this as resolved.
   Feel free to start a new thread if you have any further questions!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘tabs option’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3640790)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/tabs-option-2/#post-13499314)
 * Status: resolved