How To Change Font Colors on the Product Badge Kalles Theme

I would like to change the font color on the product badge to #222222, Including Sale, New, Pre order, Sold out, and label font color.

website:https://greatspeedsports.myshopify.com/ password:2023

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css / collection-products.css and paste this at the bottom of the file:
.t4s-product .t4s-product-badge .t4s-badge-item.t4s-badge-new {
color: red!important;
}

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

Paste it to the base.css file, no need to paste it to the collection-products.css