Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #219353

    Hi guys,

    I’m trying to get the accordion to load with all the toggles open. Is there any way to do this?

    Thanks in advance!

    #219818

    Hi Linden Mobile!

    Please add this on Quick CSS or custom.css:

    .js_active .toggle_wrap {
    display: block;
    position: static;
    visibility: visible;
    left: 0;
    width: auto;
    z-index: 1;
    }
    

    Best regards,
    Ismael

    #222701

    Perfect! Thank you so much Ismael :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Accordion all toggles open’ is closed to new replies.