Home › Forums › Basel support forum › WooCommerce (Product Title Font & Size) › Reply To: WooCommerce (Product Title Font & Size)
October 12, 2017 at 6:07 am
#21385
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings
.product-list-item .product-title>a {
font-family: Arial;
font-size: 16px!important;
}
Regards