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
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
Hello @krisssss ,
.template-collection .price {
color: #fff !important;
}
Thanks
Hi @krisssss ,
You can follow the instruction below:
.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.
.price-wrap .price {
color: white !important;
}
Add this code in the bottom of the main.css file