I think something else is adding no-js to your sites <html> tag, which my plugin is picking up and then styling your accordions accordingly. This plugin doesn’t add any classes to the <html> tag of sites, instead adding it to each accordion item. This way I’m only ever manipulating the output from this plugin, nothing else.
I would start by trying to track down which plugin or if it is the theme that is causing the no-js to be added to the <html> tag of your site. It obviously shouldn’t be there.
I have added a ticket for me to make my styles more specific to my block, which should resolve the issue more specifically to my block.
I have address the specificity of the no-js styles to be specific to my plugin in v1.1.4 of the plugin. You should be able to update now.
This won’t address the broader problem of something adding a no-js class to your <html> tag, but should help with the accordions.
Hi Phil,
That update seemed to have done the trick and the accordions are working perfectly now. Thanks so much for your help!