Why isn't the FAQ accordion effect working on my page?

Hi all,

I have followed the below tutorial - but the drop down accordion effect isn’t working. Can someone help please?

https://www.envision.io/blogs/ecommerce-pulse/28832705-how-to-add-an-faq-accordion-to-your-shopify-store

This is my page - https://www.quiztrail.co.uk/pages/faqs

Thank you in advance.

Becky

@quiztrail add below code into theme.liquid file before closing Tag


it will be working.

@quiztrail

You should give a try the collapsible content from the customizer.

If you still do not like it, we can code your FAQ page, according to your requirement.

Hi @quiztrail ,

Do not use display: none and use opacity: 0 instead to show some animations. Also, you do not need to target the content using the javascript since you already have active class attribute added. The javascript becomes unnecessary. I would suggest to target the content using CSS instead. Less javascript, the better