Mobile navigation menu - closing one tab that is expanded by default

We have the Bedding tab under Shop on our mobile navigation expanded by default - how can this tab be closed by default on mobile so it displays closed the same as the other tabs (Duvets & Pillows, Bath).

See screenshot of this shown below.

wwww.bedfolk.com

Hello,

Go to your admin, Online Store, Themes. Live theme/ Actions / Edit Code

Add this code to your theme.liquid

If there is already a $(document).ready(function () { }. please add this party only: document.querySelector(‘.u-h7 .Collapsible__Plus’).click();

Hope this helps!


Give me a Like if I helped you

Please mark as Accepted Solution if I fixed your problem!

Thanks