All things Shopify and commerce
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
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024