Hi all,
I have followed the below tutorial - but the drop down accordion effect isn’t working. Can someone help please?
This is my page - https://www.quiztrail.co.uk/pages/faqs
Thank you in advance.
Becky
Hi all,
I have followed the below tutorial - but the drop down accordion effect isn’t working. Can someone help please?
This is my page - https://www.quiztrail.co.uk/pages/faqs
Thank you in advance.
Becky
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