What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I remove a visible 3rd party form from my online store?

How can I remove a visible 3rd party form from my online store?

biznazz101
Shopify Partner
494 50 94

Hello everyone, I am trying to remove this 3rd party form from this store:
loteandco.com

biznazz101_0-1703788856315.png

 


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!

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT
Replies 3 (3)

PaulNewton
Shopify Partner
7450 657 1565

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


Made4uo-Ribe
Shopify Partner
9146 2183 2698

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

ZenoPageBuilder
Shopify Partner
1052 203 227

Hello @biznazz101 👋

Try adding this code in styles.css

.mailmunch-scrollbox {
    display: none !important;
}

 

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com