cancel
Showing results for 
Search instead for 
Did you mean: 

How can i change footer

How can i change footer

 

 

Hi how can i change.

Privacy and cookie policy
Search terms
Orders and returns
Advanced Search
Contact us

i havent this pag or Block but on footer i have???

I dont want them .

Look at  please

www.haykiki.com

 

1 REPLY 1

Re: How can i change footer

To remove links, use xml file (default.xml) in your custom theme on path app/design/frontend/themevendor/theme/Magento_Theme/layout directory add this code into < body > tag:

<referenceBlock name="name_of_link_block" remove="true"/>

Name of link block:

Privacy and Cookie Policy: privacy-policy-link

Search Terms: search-term-popular-link

Contact Us: contact-us-link

Advanced Search: catalog-search-advanced-link

Orders and Returns: sales-guest-form-link

 

Example:

For removing contact us link code will be like:

<referenceBlock name="contact-us-link" remove="true"/>

 

https://www.google.com/amp/s/meetanshi.com/blog/add-and-edit-footer-links-in-magento-2/amp/

 

Hope this helps you!

Problem Solved! Click Kudos & Accept as Solution!