Home Forums WoodMart support forum Design of the Product Page Tabs

Design of the Product Page Tabs

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #311357

    haggai
    Participant

    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

    #311402

    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

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