How can I make my product titles (in collection view, not on product pages) larger and bolded?
Website link: www.urbanframes.ae
Thanks!
How can I make my product titles (in collection view, not on product pages) larger and bolded?
Website link: www.urbanframes.ae
Thanks!
.product-block__title {
font-weight: 700 !important;
font-size: 21px !important;
}
@nadimnahas
Add this code in the style.css
Thank you! Worked well. I just reduced the font a bit to 17px