How can i remove Remove Brands & Gift Certificates links from the homepage footer ?
I have tried by removing from /public_html/catalog/view/theme/*mythema*/template/common/footer.twig those lines :
Code: Select all
<li><a href="{{ manufacturer }}">{{ text_manufacturer }}</a></li>
<li><a href="{{ voucher }}">{{ text_voucher }}</a></li>
please help