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 ? 
theme is Debut, website is themanchestershop.co.uk
thanks in advance!
@frankiebuttons
- In your Shopify Admin go to online store > themes > actions > edit code
- 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!