How do I turn off the 'unlock 20% off' newsletter popup on Debutify?

Hi, I am trying to disable what I think what is connected to my newsletter popup. It is a tab that says “unlock 20% off” and then when you click it, it takes you to the newsletter signup page. I have disabled newsletter popup in my theme, but it is still there and I can’t find it in my code. Also, the theme is debutify.

Here is a link to my site. divinestrengthshop.com

Hi @AaronL2

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->css->popup_style_19.css->paste below code at the bottom of the file

.form-19-namespace {
  display: none !important;
}

Hope my answer will help you.

That solved it! Thank you so much