Description in Mobile Version
-
Hi! i would like to ask how to disable the accordion feature in description area in mobile version?i want to show the whole description and without tapping the arrow in mobile.
Thanks
Hello,
Thank you very much for choosing our theme and for contacting us.
Unfortunately, there is no option to disable accordion on mobile.
Best Regards
aw is there really no way to show the whole description on mobile like css code?
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .summary-inner .woocommerce-tabs .woodmart-tab-wrapper .woocommerce-Tabs-panel{
display:block!important;
}
body .tabs-location-summary .tabs-layout-accordion .woodmart-accordion-title {
pointer-events: none;
}
This code should keep all your tabs open, provided you are using an accordion, if the code does not work, please provide your site URL and site admin access if it is under maintenance.
Best Regards