How to remove product label configured by product label by ovaly

Hi! @Serene_Teo1

You could search for your main css file (app.css, main.css, theme.css…, it depends on your theme) and add the following code at the end of the file:

a.fhs-image {
    display: none !important;
}

This will only hide the label, it will still exist, but no one will be able to see it.

In order to completely remove it I’d look for a file along the lines of “product-card.liquid”, “card-product.liquid”…, then CTRL + F and look for fhs-image, it may be hard-coded in there since it seems all products are best seller. If this isn’t the case, maybe the app is still being imported in “theme.liquid”.

I hope this was of help!

Don’t hesitate to reach out for more questions.