Featured Collection Bold Title Dawn Theme

Hello there Shopify community! Hope you all having a great day! I was wondering if anyone can give me a quick helping hand in my store. Basically I’m trying to get the products title in featured collections to be written in BOLD.

  • I underlined with red the titles I want to make bold:)

I would be gra

@YonatanBaratz
Hello,

.card__information h3 {
	font-size: 18px;
	font-weight: bold;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Like This

This solution worked perfectly for my store. Thanks!!!