Change SOLD OUT text color to red (BULLET THEME)

Solved

Change SOLD OUT text color to red (BULLET THEME)

taliad998
Tourist
19 0 0

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

 

 Screen Shot 2024-02-16 at 10.24.00 am.png

 

website: https://heartzstudios.com/

 

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

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 285

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Reply 1 (1)

PageFly-Henry
Shopify Partner
1184 335 285

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.