Hi, anyone know how to increase font size of vendor name? in collection list
url: elita.com.sg
passsword: elita373933
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.card__brand, .card__price{
font-size: 14px !important;
}
Hope this works.
Thanks!
Thank you!