price product catalogue issues

Hello,
I have a problem with my collection page on my website.
I don’t understand, the price of my item is no longer displayed and I can’t put it back (see photo).

her is my website link: https://albesutdios.myshopify.com/collections/all

If anyone can help me;

thanks in advance

@albestudios
Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file base.css.

Step 3. Add this code to the end of file

.price > *, .card__information > * {
 color: black!important
}

Result:

If it helps you, please like and mark it as the solution. Best Regards :heart_eyes:

Hello @albestudios
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-card.css
add this code at the end of the file

.card-information>.price {
color: black !important;
}
.card__heading {
color: black;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

1 Like

Hi,

Unfortunately it didnt work I don’t know why, it’s still the same

@albestudios , In your base.css file you miss a “}”

It should be

Hi,

Thank you for your reply it worked! But i would like to also have the name of the product in black. Do you know who to do ?

Thank you

please check i have resent the code.