How can I delete my business google map from the new Thank you page?

How can I delete my business google map from the new Thank you page?

nuie123
Excursionist
31 1 4

Should I add something on the Themes Content under Online store? Thank you in advance 🙂

Replies 7 (7)

LizHoang
Shopify Partner
1250 158 196

Hi @nuie123 , can you share store url thankyou-page?

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
nuie123
Excursionist
31 1 4

Sorry I don't know how

LizHoang
Shopify Partner
1250 158 196

Hi, i dont have access 

LizHoang_0-1740043730364.png

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

DaisyVo
Shopify Partner
4275 467 560

Hi @nuie123 

1. Go to Online Store → Themes → Edit Code.
2. Open the theme.liquid file.
3. Add the following code before </head> tag:  https://prnt.sc/KWtKYyZkDtYJ

<style>
  iframe[src*="google.com/maps"] {
    display: none !important;
  }
</style>


Please let me know if it works. Thank you!Best,
Daisy - Avada Support Team.
 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
DaisyVo
Shopify Partner
4275 467 560

Hi @nuie123 

If it doesn't work, you can try this
Add this JavaScript to theme.liquid before </body>:

<script>
document.addEventListener("DOMContentLoaded", function() {
  let googleMaps = document.querySelector('iframe[src*="google.com/maps"]');
  if (googleMaps) {
    googleMaps.style.display = "none";
  }
});
</script>


Please let me know if it works. Thank you!Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
nuie123
Excursionist
31 1 4

Hey Daisy,

Thank you for your reply, unfortunately both options didn't work.

I'm trying to delete the map (of the shipping from) from the "Thank You" page.

I accepted the automatic update and now I can't edit it. 

 

nuie123
Excursionist
31 1 4

@DaisyVo I would appreciate if you have another solution for me please 🙂