Change SOLD OUT text color to red (BULLET THEME)

I want to change the sold out text color to red instead of the white right now. The product is on my home page.

website: https://heartzstudios.com/

product: https://heartzstudios.com/products/heartz-leather-pants

Hi @taliad998

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file app.css

Step 3: Paste the below code at bottom of the file → Save

span.product-badge.soldout {

color: red !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

1 Like