Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I'm trying to remove the e-mail address (support@brandafy.com) and address (PO Box 20123 US) from the the footer of my Shopify store.
Solved! Go to the solution
This is an accepted solution.
You should be able to find the email address and PO Box information under the "<footer> </footer>" heading in the footer.liquid file. Under that heading, you'll see some HTML tags that contain the email address and PO Box information. If you're not comfortable editing HTML code, you can also try using the "Customize" section of the Shopify admin to remove this information.
That's a common customization that many Shopify store owners make! The first step is to identify where the email address and PO Box are being displayed. Is it part of the default footer content for the theme, or is it being displayed in another way? Knowing the source of the information will help determine the best way to remove it.
This can usually be done by editing the footer.liquid file in the theme editor. Once you're in the footer.liquid file, you should be able to find the email address and PO Box information and delete it. Does that sound like something you're comfortable doing? 😊
This is an accepted solution.
You should be able to find the email address and PO Box information under the "<footer> </footer>" heading in the footer.liquid file. Under that heading, you'll see some HTML tags that contain the email address and PO Box information. If you're not comfortable editing HTML code, you can also try using the "Customize" section of the Shopify admin to remove this information.
Thank you so much!! This worked perfectly.
Always glad to Help.