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
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:
#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.