Shopify themes, liquid, logos, and UX
Hello everyone, I am trying to remove this 3rd party form from this store:
loteandco.com
I cannot locate the embed code inside the theme files, so I am looking to do something along the lines of:
.mailmunch-scrollbox {display: none; visibility: hidden;}
but no matter where I add this CSS or which selector I use the form is still visible.
Anyone have some tips on removing this?
Thank you!
If you can't find related code through searching the themes files code.
Then it's probably injected either via a scripttag in the head via the content_for_header system.
Or via an appblock in the theme settings
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
Hi @biznazz101
It seems like a injected code.
Try this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.mailmunch-scrollbox {
display: none !important;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hello @biznazz101 👋
Try adding this code in styles.css
.mailmunch-scrollbox {
display: none !important;
}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024