Separate font setting for all text elements in the widget

have a different font for heading and review text, as well as set button text

provide as many details to support your idea as possible. Thank you! :blush:

1 Like

HI there, @user27108 :waving_hand:

Great idea, thanks for sharing! We’ll try to consider this opportunity in the future, especially if it gets more votes :slightly_smiling_face:

As for now, you can change the font of these elements individually using the codes below in the Custom CSS field on the Style tab of your widget’s settings:

Title

.es-widget-title {
  font-family: Times New roman;
}

Button text

[class*="ButtonBase__Ellipsis-sc"] {
  font-family: Calibri;
}

Review Text

.es-review-content {
  font-family: Calibri;
}
1 Like

A post was split to a new topic: Question about views