How can I eliminate a random discount pop up from my site?

Hello,

I have been on an endless search remove this random pop up, but I can not find it does anyone how to remove it? Is it maybe the code?

The link to my site is pawsofus

Hi @mortada03 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
#OfferCartpopup,
body > .modal-backdrop {
    display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.