HI, I would like to remove the address in the Footer, i am using Lifestyle theme. I have "comment" in the Edit Theme --> Component --> Common --> Footer
<!--{{#if settings.address}}-->
<!--<article class="footer-info-col footer-info-col--small" data-section-type="storeInfo">-->
<!-- <h5 class="footer-info-heading">{{lang 'footer.info'}}</h5>-->
<!-- <address>{{nl2br settings.address}}</address>-->
<!-- {{#if settings.phone_number}}-->
<!-- <strong>{{lang 'footer.call_us' phone_number=settings.phone_number}}</strong>-->
<!-- {{/if}}-->
<!--</article>-->
<!--{{/if}}-->
however it does not work. Can someone point please enlighten me and how to fix it?

