I am trying to set the last accordion (see the image) open by default, tried copying the open by default setting and html from the tabs section into the accordion liquid but still couldnt seem to set it open by default. Anyone know how to do this? Would appreciate it a lot!
Hi @Issyeissue , Can you please share your store URL?
Leonisa.se
Hi @Issyeissue , Thanks for the URL. I checked and found that to open the last accordion you need to make some changes to the accordion file.
First, you need to open the theme code editor and find the accordion file in Sections. Once you find the file find the “details” tag in your file.
Set the attribute aria-expanded=‘true’ and add the attribute open when forloop index is last. Replace the below code in your file.
Can you share the code you have made changes so I can check what’s the issue.

