How can I change the font color and properties of my Collection Cards?

Hello,

I would like to change the font color and font properties of the text of my Collections Cards.

I would like to make the font a custom color, and make it bold. Would appreciate your help.

Hey @edula

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

I can’t share the store URL and password unfortunately since we are not yet published.

I am using the theme Colorbook and already changed the code from base.css:

.collection-list__item .card__information {
justify-content: center;
align-items: center;
display: flex;

Now i would also like to change the color and boldness of the text information

Here is how it looks right now:

Hey @edula

You can try to update your code with the following the code.

.collection-list__item .card__information {
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: bold !important;
    color: black !important;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

thank you for your answer. I updated it like this from base.css:

.collection-list__item .card__information {
justify-content: center;
align-items: center;
display: flex;
font-weight: bold !important; color: black !important;

however it does not work for a reason

You can try to share the preview URL of your draft theme then I can provide you a correct solution.

Best Regards,

Moeed

here it is: https://wastyproject.com/?_ab=0&_fd=0&_sc=1