Dawn theme: change price color only on product grid

Hi, I have tried everything but the price color seems to be linked throughout all appearances.

GOAL:

KEEP TEXT BLUE ON PRODUCT PAGE—CHANGE PRICE COLOR TO WHITE, ONLY ON THE PRODUCT CARD CONTAINER

Is there a way to isolate this?

I would like to keep it as is on the above image ^. However, change the price color to white on the product grid (image below)

site: https://07f83a.myshopify.com/collections/frontpage
password: koredoko

Hi @skymochi , add the below code to your theme’s CSS file.

.card-information span.price-item.price-item--regular {
    color: #fff !important;
}

If it worked, don’t forget to Mark it as the accepted solution and give it a like.

Thank you! This worked.

By any chance, is there another way to isolate it to be BLUE for the “RELATED PRODUCTS SECTION”? Keeping the product grid as is.