Changing product colors on collections pages

Hello,

I need help as you can see my prices look to be almost the same color on my collection page i.e under the ready to ship tab. Please help

https://sn18xi4t59tg9sqo-56419123244.shopifypreview.com

1 Like

Hello @krisssss ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->/custom.css->paste below code at the bottom of the file:
.template-collection .price {
    color: #fff !important;
}

Thanks

Hi @krisssss ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/main.css->paste below code at the bottom of the file:
.product-item .price {
    color: #fff !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

@krisssss

.price-wrap .price {
    color: white !important;
}

Add this code in the bottom of the main.css file

hi @krisssss

now oky. u can seen this…

thank you so much…