Hi there and welcome aboard, @Cleanfinity_Brands ![]()
Glad to say that this idea is already on the Wishlist. Feel free to upvote the existing request - Set category, title and body fonts, sizes, colors.
As for now, you can use this code in the Custom CSS field on the Appearance tab of your widget’s settings to change the title font, size and color:
.eui-widget-title{
font-size: 24px !important;
font-family: Times New Roman;
color: red;
}
Give it a try and let me know if it worked ![]()