How to change collection title text color in Dawn theme?

Hi,

how can I change collections title text color in to white? I’m using dawn theme. Thanks!

@Tikrautuvele ,

share the url please.

Here is the link:

https://tikrautuvele.lt/

@Tikrautuvele ,

.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

1 Like

Great, thanks!

Hi @Tikrautuvele ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-card.css->paste below code at the bottom of the file:
.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.