How can I remove a pop-up banner from my homepage?

Hi there, I had someone working on my website for awhile and she has put a “congradulations you’ve got free shipping” pop up banner on the site once you start browsing that I can’t seem to remove. Can someone explain how I can remove it please?

Hi @Regan2 ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the
  3. paste this code right above the tag:
.jsengo_popup{ display: none !important; }

I hope it will help you!