Home Forums WoodMart support forum Description in Mobile Version

Description in Mobile Version

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #121002

    chardbraceros
    Participant

    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

    #121044

    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

    #121057

    chardbraceros
    Participant

    aw is there really no way to show the whole description on mobile like css code?

    #121087

    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

Viewing 4 posts - 1 through 4 (of 4 total)