Home Forums WoodMart support forum We want all accordions tabs always opened on product page by default

We want all accordions tabs always opened on product page by default

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #393610

    vishal07
    Participant

    Hi

    How can we do all accordions tabs always opened on product page by default?

    #393647

    Luke Nielsen
    Keymaster

    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

    #393654

    vishal07
    Participant

    Hey,

    Above code works fine on desktop version can we do same for mobile devices too?

    #393687

    Luke Nielsen
    Keymaster

    Hello,

    It should work for mobile devices also, please check.

    https://gyazo.com/103a8b6312ecf62f6350dfa20c7ade22

    I await your response.

    Kind Regards

    #393764

    vishal07
    Participant

    Thanks

    #393792

    Luke Nielsen
    Keymaster

    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

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

The topic ‘We want all accordions tabs always opened on product page by default’ is closed to new replies.