Elementor – permanently open all Elementor toggle and accordion widget items

Add this snippet of code in the WordPress Customizer/Custom CSS for global changes to all accordions and toggles on the site. To affect only a single toggle or accordion widget go the the Elementor’s Advanced tab’s Custom CSS. This will open all toggle and accordian items when a page loads.

.elementor-toggle .elementor-tab-content {
    display: block !important;
}