R
R
Roman Filippov2018-05-01 19:36:47
css
Roman Filippov, 2018-05-01 19:36:47

How to remove WooCommerce tab switching?

How to remove the tab switching filter in the product card
so that all tabs are displayed one under the other?
If you insert the contents of each tab into tabs.php, then the functionality is lost, namely, the reviews tab disappears, and the plugin that also displays reviews is not cut.
While writing the question, I came up with a solution using the good old CSS =)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Filippov, 2018-05-01
@Webram

Who can benefit from:

.woocommerce-tabs ul.tabs{
  display:none;
}
.woocommerce-tabs .panel {
    width: 100% !important;
    display: block !important;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question