How can I remove the unknown image caused by Aiveera from my product page?

https://www.myspraycleaner.co.uk/products/mobile-phone-screen-cleaner in my product page there is little image in top, i found html code, that is caused by a aiveera extension. But I can’t find it in liquid code. Please help me

Hi @anaruio1 ,

I think you can add this code at the bottom of Theme Editor > assets > base.css to hide it temporary, before you can find where it is located

img.aiveera-icon {
    display: none !important;
}
1 Like

Hi @anaruio1 ,

That code for image is at the end of product’s description and not in liquid.

https://www.myspraycleaner.co.uk/products/mobile-phone-screen-cleaner

1 Like

Thanks, it worked!