I want to make Accordions NOT have the first tiem expanded when a page is opned. I know this is taken care of in the awe-frontend-scripts.js file, but the references I've seen on here regarding the edits do not match the current file structure.
Can you identify how this needs to be edited in order to make this happen:
b.accordion({header:">.group >h3",heightStyle:"content",collapsible:true,activate:function(c,d){}
Hi,
You can please add active: false as following:
That did it, thank you.