Design of the Product Page Tabs
-
Hi,
In the theme tabs configuration, Tabs layout, I can select either Tabs r Accordion.
I wish to design the tabs in a different manner. I wish that it would be an accordion, though I wish that all “tabs” would be opened by default, or alternatively, opening one tab will not close the other.
How can I design that please?
Thank you
Hello,
There is no option, unfortunately.
We can give you a custom code for mobile, however, the tabs would be always open without the option to close.
Please try this custom CSS:
.single-product .tabs-layout-accordion .wd-tab-wrapper .wc-tab {
display: block !important;
}
Best Regards.
Best Regards