Hi there,
I am able to close all tabs by default by removing the line:
<?php if($i == 1) echo ‘style=”display:block;”‘; ?>
from the single-product / tabs / tabs.php file
However, doing this makes the first tab selected but not opened. (https://i.imgur.com/TWiHTDK.png)
To open it, it needs to be clicked on twice.
Do you know how to modify the code so that it is neither selected or opened?
Thanks,
Alison