Hello,
Does anyone know how to: Change Vendor font in the collections card from ‘light’ to a color (ie) red ) in Dawn with CSS?
I’ve just duplicated a ‘vendor’ box to create a custom metafield in that spot. But regardless of ‘vendor’ or ‘alternative location’ metafield, I cannot find CSS to add on this collections product grid, collection card. Even if I wanted to check ‘vendor’, I would prefer it were RED instead of LIGHT text .
Thank you!
Hello @minnow20
This is Amelia at PageFly - Shopify Advanced Page Builder app.
Could you please share the URL of your page so I can help you check it?
@minnow20 Please follow below steps to change the vendor font color to red. Let me know whether it is helpful for you.
- From admin, go to “Online Store” → “Themes”.
- Click action button from the current theme and select “Edit code”.
- Search “component-card.css” file and paste below code at the bottom of the file.
.product-card-wrapper .card__content .card-information .caption-with-letter-spacing.light {
color: #FF0000 !important;
}
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.