How to make product titles bolded (and increase font)

How can I make my product titles (in collection view, not on product pages) larger and bolded?

Website link: www.urbanframes.ae

Thanks!

1 Like

@nadimnahas

.product-block__title {
    font-weight: 700 !important;
    font-size: 21px !important;
}

@nadimnahas
Add this code in the style.css

1 Like

Thank you! Worked well. I just reduced the font a bit to 17px

1 Like