Re: How to remove Get 15% OFF your first order popup?

Solved

How to remove Get 15% OFF your first order popup?

werebellstore
Tourist
8 0 3

Everytime I open my store, a discount pop up shows up, it says: 

"Get 15% OFF your first order

You'll be notified about the latest sales and discounts"

I can't find out how to remove it, i've deleted all other popups. It's important for me to delete this because the message shows up in english and my store is in a different language.

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1577

This is an accepted solution.

@werebellstore 

.sendmation-optin {
    display: none !important;
}

Add this code in 
sendmation-optin.css

thank you.

View solution in original post

Replies 6 (6)

asterly
Shopify Partner
36 1 7

What is your store url?

If you have any questions or want more detailed feedback, you can email me anytime at lily@asterly.io

I run a small web service and consulting company. Our first consult and evaluation is always free with no strings attached.
werebellstore
Tourist
8 0 3

hi! it's werebell.com

asterly
Shopify Partner
36 1 7

It looks like it's this app that is causing the pop up- https://apps.shopify.com/sendmation

You may need to contact them about code removal if the app is already uninstalled, the app's support team should help you with it.

If you have any questions or want more detailed feedback, you can email me anytime at lily@asterly.io

I run a small web service and consulting company. Our first consult and evaluation is always free with no strings attached.
Zworthkey
Shopify Partner
5581 642 1577

This is an accepted solution.

@werebellstore 

.sendmation-optin {
    display: none !important;
}

Add this code in 
sendmation-optin.css

thank you.

werebellstore
Tourist
8 0 3

Thank you both!! 

feel_mc7
Visitor
2 0 0

Where can i find ''sendmation-optin.css'' ??