Option to change title styles

To make widget title more big and bold, we used the following CSS:

.es-widget-title {
font-family: Helvetica !important;
font-weight: 500;
font-size: 24px;
}

However, it’d be great to have such settings in the widget. Thanks!

1 Like