Footer Menu Accordion Issue- Prestige Theme

Hello Everyone!

I am using the Shopify Prestige theme. When I click on arrow the submenus don’t show but when I click on menu the submenus show. There is a lot of space under the menu, can the space be reduced? Please help me. Thanks in advance.

Store Url: https://dream-tech-zone.myshopify.com/

Password: Admin

Hi @dreamtechzone_5
Update the js with the below js, Currently, you are using the js that triggers the title not the arrow

var mob_tab = document.querySelectorAll(".Footer__Block.Footer__Block--links .mob_tab")
mob_tab.forEach(function(tab_click) {
    tab_click.addEventListener("click", (e) => {
        tab_click.closest(".mob_tab").classList.toggle("show");
    });
})

Go Online Store > Themes > Edit code > open theme.liquid file, add this code below after tag


1 Like

Wow Great. It worked. I appreciate it.

Follow Us menu can be kept as a dropdown and can arrow icons be reduced in size?

You can customize code of your theme to do that

1 Like

Ok. I have tried. But I can’t fix it. How can I fix it?

You must customize HTML of Follow us the same as other

When I remove Follow Us, there is a lot of space under Quick Shop.

Please update CSS code.


1 Like

I would like to keep the newsletter form in mobile mode as in desktop mode.
In mobile mode want to reduce the space in the marked area below.

Hello Dreamtechzone,

Hope you’re well, may you share your code to have the same kind of footer for mobile, like a drop drown like this please. I aslo have prestige one but didnt suceed to drop down it..

Thanks a lot !!

Best