- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
footer
Hi,how are you.Can you help me please, how can i on footer
Privacy and cookie policy
Search terms
Orders and returns
Advanced Search
Contact us
.I want to get out but its not going.If i look page or block i havent that.I dont want that on my Homepage.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: footer
Hi @haki4848ho90f1 ,
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"/>
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: footer
Hallo
Danke für die Antwort aber wie kann Ich html sehen?
Wo soll ich das finden?
@Nishu Jindal wrote:Hi @haki4848ho90f1 ,
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"/>
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: footer
There are different ways through which you can hide the footer links including all unnecessary buttons. But it also matters what kind of platform you are using? Are you hosting your website over blogger or wordpress?