Sale price on collection page and 50% off icon on product picture - symmetry theme

I want to change the color of my sales price in the collection pages to #2CB72B, also the 50% off icon on the product picture needs to be changed on collection page/product page (symmetry theme). see pictures below how it is now:

it needs to become this:

&

mati565188_3-1718737769532.png

thank you in advance!

Hi @mati565188 ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Assets/main.css
  2. Add code below to end of file
.price--on-sale .price__current {
    color: #2CB72B!important;
}
.product-label-container .product-label.product-label--sale > span {
    background: red;
    color: #fff;
}

Hi @mati565188

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

Unfortunately this doesn’t work, do you need more information te help me solve this?

Thanks!

thanks man, this resolved my question!