How to get all tabs closed as default on single product page?

If you want to have all accordions closed for woocommerce single product page (Description, Reviews), please go to woocommerce/single-product/tabs/tabs.php file and replace below line:
<div class="mfn-acc accordion_wrapper open1st">
with:
<div class="mfn-acc accordion_wrapper">
Sign In or Register to comment.