I want to delete a pop up banner but I cant find a way

Hi there,

I have a pop up banner showing on my announcement bar that says free shipping over 100, I did set that one up but I cant seem to find a way to delete it. I have tried in the pop up section but it is disable. not sure if anyoone can help me do that?

Thank you

Hi @Kosmetika please share your url so I can take a look. :slightly_smiling_face:

Hi Marina. Thank you for your email.

this is the URL https://kosmetikabykatelibicher.com.au/

it is the blue one that shows after few seconds, it says free shipping orders over 100.

Hi @Kosmetika , I can’t see the script for this modal. But the thing you can do is to add this piece of code to your theme.css or base.css:

.recommendation-modal__backdrop,
.recommendation-modal__container{
display:none;
}

Hope this helps! :slightly_smiling_face:

@Kosmetika Hello again :slightly_smiling_face:
Go to Online Store > Themes. Next to your theme name there is a button ‘actions’. Click on it > Edit Code > Assets > theme–critical.css.
Add this piece of code at the beginning of that file?


Hi Marina,

Thank you for the explanation I have added the code to it, but still doesn’t work, I am pretty sure I did that with an app, however i have deleted them and cannot seem to find it.

I have pasted a pic of the code.

not sure if there is anything else I can do ?

Thank you

@Kosmetika I don’t see that this code is added to your css file. Do you have theme.css or base.css files in your assets?