×

Always open accordions

Home WPAli Support Forums WooCommerce Order Builder Always open accordions

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #860
    Ali Khallad
    Keymaster

    Hello, i wanna know how can i change the custom instruction accordion to be always open ?

    Thank you

    #861
    Ali Khallad
    Keymaster

    There is no option for that, but you can add this to your css

    body a.wwob-accordion:after, body a.wwob-accordion.active:after {
        display: none;
    }
    body .wwob-accordion-container div.panel {
        max-height: 100%;
    }
    body .wwob-accordion-container .panel p, body .wwob-accordion-container .panel textarea, body .wwob-accordion-container .panel div {
        display: block;
    }

    If you need to customize it further please consider hiring a developer to do that for you.
    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.