Product Badge Code Not Working (Split Theme)

Hey guys!

I am trying add some code to my site that triggers badges based on the product tags. I found a solution that ALMOST works. Basically, It flashes the badge for a second and then vanishes. Does anyone have a fix for this?

Website: Wholesome Boy

Password: wbc2024

Examples:

83f340a7547b1e20dede7664793dd70a.gif

Hello, @WholesomeBoy

You should change the z-index attribute for it. Just add the style code to the component-product-badges.css file.

.product-badges-holder {
   z-index: 9;
}

After modification, it will be displayed normally.

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Thank you!