How can I remove an image from my website's header?

a few years ago, I added this “torn paper effect” image to our website header.

we have decided to remove it now, but I can find the img anywhere in our theme code!

Searching under theme.scss.liquid and theme.js, not sure if i’m looking in the right place ?‍ :female_sign:

theme is Debut, website is themanchestershop.co.uk

thanks in advance!

@frankiebuttons

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.scss and paste this at the bottom of the file:
img.lazyloaded {
    display: none;
}

img.js.lazyautosizes.lazyloaded {
    display: block;
}

great, that’s worked nicely thank you!

not sure if this is related, but i now have a yellow background on some my text (some elements, some judge.we widget elements)

this is only happening on the homepage which is even more odd!