Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question