How can I make product titles bold in Turbo theme?

Hello,

can some please tell me how to make the product tittles bold in html? I would like to do this on the collections page and product page. My store url is Projects817.com

@Only1mrsfragili ,

h1.product_name {
    font-weight: bold;
}
.product-list--collection
span.title {
    font-weight: bold;
}

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

1 Like

Thank you so much!

How can you please tell me the same info the the featured collection on the home page as well?