Home › Forums › WoodMart support forum › change font size › Reply To: change font size
December 18, 2017 at 7:32 am
#29400
Artem Temos
Keymaster
Use this code snippet
.product-grid-item .product-title a {
font-size: 20px;
}
span.price span.amount:first-child,
span.price span.amount {
font-size: 18px!important;
}