Hi,
how can I change collections title text color in to white? I’m using dawn theme. Thanks!
share the url please.
Here is the link:
.card__text.card__text-spacing.card-colored.card__text-hover.color-background-1 h3 {
color: #fff;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Great, thanks!
Hi @Tikrautuvele ,
You can follow the instruction below:
.card--media .card__text-spacing h3 {
color: #fff !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.