How can I remove the unloading logo from my website footer?

Hello everyone,

As you see, I have my logo (I guess) not loading below my footer.

Does someone know how to remove it and just have the usual footer please ?

Thanks

Here is what I found when I inspected it.

I can’t remove it in my theme setting, I can only edit the green part but not below

Hello @Wavin
Please share your website URL.

@Wavin

Add this CSS below of Online store >> Edit code >> Assets >> base.css

.velaBanner {
display: none !important;

}

Thanks a lot it worked !