Hello, so I want to hide the badge here that is called tag__hot_Directly Donates just on this page.
How can I accomplish that?
Hello, so I want to hide the badge here that is called tag__hot_Directly Donates just on this page.
How can I accomplish that?
Specifically looking to add custom CSS to the section, which one can do in the editor.
Hi @Emma53
to hide the badge on collection page,
let try to add this custom css code:
.product-card__wrapper .product-card__badge {
display: none;
}