Need help change font size in collection
site: https://metpure.myshopify.com/
pw: peeffe
theme: Minimog-2.5.0
Any help is appreciated.
Need help change font size in collection
site: https://metpure.myshopify.com/
pw: peeffe
theme: Minimog-2.5.0
Any help is appreciated.
Hi @rwyang ,
[id$="16225316461d1cff80"] .collection-card__info h3 a {
font-size: 15px !important;
}
Please add below css code in bottom of assets/theme.css file
.collection-card__info h3 a {
font-size: 18px;
line-height: 28px;
}
Thank you.