I have a strange problem with my shopify store.
As you can see on pictures attached I have a pop on the bottom left of the screen.
This comes up when a new customer is on the site for a certain time.
But I can’t find it anywhere in my store or code, can somebody help me disable it?
www.croom-sanitair.nl
Greetings,
@sanderdame There are not attachment. Please send me.
I have posted it below now! 
@sanderdame
Kindly Share Screenshot of it. Where is the popup.
Hi @sanderdame ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.css->paste below code at the bottom of the file:
.needsclick {
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.
Thank you very much ,this worked!