How do I remove the border from the "Sold Out" badge on Spotlight theme?

Hi there,

I’m trying to remove the border around the Sold Out badge in the image above. I’d like to keep the text, I just want to remove the border. Any help would be greatly appreciated!

Hey @ZRobb6 ,

Can you share the link to your store please? Thanks!

Hello @ZRobb6

Goto Online Stores>themes>Edit Code

Open base.css

paste this code at the bottom of the file

.badge{
  border: none!important;
 }

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

Thanks! That did the trick!