We want all accordions tabs always opened on product page by default
-
Hi
How can we do all accordions tabs always opened on product page by default?
Hello,
The below code will help you to open all accordions tabs on the product page. Enter it into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.
.single-product .wd-accordion-content {
display: block;
opacity: 1;
}
Please let me know if you have any further questions in the meantime.
Kind Regards
Hey,
Above code works fine on desktop version can we do same for mobile devices too?
Hello,
It should work for mobile devices also, please check.
https://gyazo.com/103a8b6312ecf62f6350dfa20c7ade22
I await your response.
Kind Regards
Hello,
If there’s anything you need, please write me or another member of our help desk team.
We’re here for you!
Kind Regards
The topic ‘We want all accordions tabs always opened on product page by default’ is closed to new replies.