how do you remove address from showing on shopify store

Solved

how do you remove address from showing on shopify store

HoratioH
Tourist
8 0 1

Hi there,
I want to remove the address that Shopify has put on my store.

HoratioH_0-1704857670806.png

 

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4593 1052 1713

This is an accepted solution.

 

Hi @HoratioH 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this guide here to solve the issue

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on footer.liquid > find for copyright and delete all in the screenshot

PageFlyRichard_0-1704859354978.png

If not you can add this code to theme.liquid above the </head>

<style>
.footer__copyright.caption {
display: none !important;
}
</style>

PageFlyRichard_1-1704859467842.png

 


Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 5 (5)

Dan-From-Ryviu
Shopify Partner
9267 1860 1892

Your store URL please 

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

HoratioH
Tourist
8 0 1
HoratioH
Tourist
8 0 1

sorry try this one lushliving.biz

Dan-From-Ryviu
Shopify Partner
9267 1860 1892

Go Online store > Themes > Edit code > open footer.liquid file, find this part "footer__copyright caption"

Remove the code that gets your address after {{ shop.name | link_to: routes.root_url -}} code

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

PageFly-Richard
Shopify Partner
4593 1052 1713

This is an accepted solution.

 

Hi @HoratioH 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this guide here to solve the issue

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on footer.liquid > find for copyright and delete all in the screenshot

PageFlyRichard_0-1704859354978.png

If not you can add this code to theme.liquid above the </head>

<style>
.footer__copyright.caption {
display: none !important;
}
</style>

PageFlyRichard_1-1704859467842.png

 


Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.