« See all FAQs for Bigbang - Responsive WordPress Template
How to make opened 1st accordion element by default?
Add this to Extra JavaScript in Brankic Panel
jQuery(document).ready(function($) {
$(".trigger-button:first").addClass("active")
$(".accordion:first").show();
});

