Home › Forums › WoodMart support forum › how to resize product name › Reply To: how to resize product name
May 1, 2020 at 7:14 am
#191438
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woocommerce-loop-product__title {
font-size: 15px;
}