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
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
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
Thank you so much!