How to remove doubled quick links on Symmetry theme

Hi!
I just noticed I have 2 quick links sections on my website, and I would like to remove the ones at the very bottom, can someone help me please? Here is a screenshot so you can see :slightly_smiling_face: Thank you in advanced

Hi there,

Add the following code to your theme.liquid file just before the tag to solve that issue.

<style>
  .section-footer__lower-menu {
    display: none;
  }
</style>

Thanks,

Blake

You are the best! it worked
Thank you so much Gaby