Shopify themes, liquid, logos, and UX
Should I add something on the Themes Content under Online store? Thank you in advance 🙂
Hi @nuie123 , can you share store url thankyou-page?
Sorry I don't know how
Hi, i dont have access
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.
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.
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.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025