Home › Forums › WoodMart support forum › Change font style of title in WP bakery: product category element › Reply To: Change font style of title in WP bakery: product category element
May 20, 2018 at 1:35 pm
#58547
Elise Noromit
Member
Hello,
Please configure the CSS rules for this class and add it to Theme Settings > Custom CSS:
.category-grid-item .category-title{
color:#ffffff!important;
font-size:20px!important;
font-family: "Open Sans"!important;
}
Best Regards