How do I remove the bear badge from my collection on the homepage?

here is my homepage, and on collection downstairs the bear app badget get there only on snoris i dont understand why or how i delete it from that space, it should only be in products page.

Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.

https://0733ee-3.myshopify.com

malakas

nothing??

Hi @Nikoscapone ,

Go to Themes => Edit Code:

Find base.css file, and add the following code to the end of the file:

.slider-mobile-gutter.page-width .card-wrapper #ultimateTrustBadgeswidgetDiv {
    display: none;
}

Hope it helps @Nikoscapone !