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! ![]()
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! ![]()
HI there, @user27108 ![]()
Great idea, thanks for sharing! We’ll try to consider this opportunity in the future, especially if it gets more votes ![]()
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;
}
A post was split to a new topic: Question about views