Pop up but dont know source, e the pop up that says free shipping

1 Like

Hi @Arnaldo321 ,

Do you might sharing your website so we can take a look?

https://calzadoshq.myshopify.com

https://calzadoshq.myshopify.com, How?

1 Like

Hi @Arnaldo321 ,

It looks like it is an app added to your header. Try this code below.

  1. From your Admin store, go to Online store > Themes > Click Actions > Edit code
  2. Open the Asset folder, and find the timber.scss file.
  3. Add the code below.
#shopify-section-header > div:nth-child(3) {
    display: none;
}