How can I change or remove the Supply Theme footer section?

Hello,

Hope all is well. Could anyone help with explaining how to change or remove the footer section of the supply theme that includes “Quick Links, Get in Touch, and Newsletter “. The information in this section will not change as I have added the quick links but it is not in the designated section that the theme provided.

Please help.

password : haovum

@AModernWomanCo

Please add the following code at the bottom of your assets/theme.scss.liquid file.

footer.site-footer .wrapper div.grid:nth-child(1) {
    display: none;
}

Hope this works.

Thanks!

Hello,

I’ll try this. I hope it works … thank you :slightly_smiling_face: