When your website design need to rename / remove the Quick Links and Follow Us sections, you will need to do the following procedures:
In this article:
Rename Quick Links and Follow Us sections
Remove Quick Links and Follow Us sections
1. Rename Quick Links and Follow Us sections
1.1 Go to Admin > Online Store > Themes > Edit Source > layout/theme.liquid folder.
1.2 Search for < layout.footer.linklist_title > and replace the highlighted (yellow) part with your new Quick Links name.
1.3 Scroll down a little bit and find < layout.footer.social_title > and replace the highlighted (yellow) part with your new Follow Us name.
1.4 Save and done.
Note: Once the section names are changed, they will not auto change when you change storefront language.
2. Remove Quick Links and Follow Us sections
2.1 Go to Admin > Themes > Edit Source > config/settings_data.json folder.
2.2 Search for "footer_social_enable": "1", ( usually it will be at row 20 ) > change the "1" to "0".
2.3 Save and done.