Change font style of title in WP bakery: product category element
-
Hello Woodmart support.
Please advise how to change the font size, font family, and font color of title of product category element setting as masonary grid WP bakery in the home page as picture in the file attached.
My website is now in local PC.
Thank you.
Best regards,
Plytep
Attachments:
You must be
logged in to view attached files.
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