# Separate font setting for all text elements in the widget

**URL:** https://community.elfsight.com/t/separate-font-setting-for-all-text-elements-in-the-widget/138157
**Category:** Google Reviews
**Tags:** Gathering-Feedback
**Created:** [August 16, 2025, 3:32am UTC](https://community.elfsight.com/t/separate-font-setting-for-all-text-elements-in-the-widget/138157 "2025-08-16T03:32:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![user27108](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/user27108/32/73108_2.png) [@user27108](https://community.elfsight.com/u/user27108)
#### Post date: [August 16, 2025, 3:32am UTC](https://community.elfsight.com/t/separate-font-setting-for-all-text-elements-in-the-widget/138157/1 "2025-08-16T03:32:52Z")

</div>

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

 ![Screenshot 2025-08-16 130131](https://us1.discourse-cdn.com/flex020/uploads/elfsight/original/3X/7/9/7971e8cac0ccf41e1ff597dcccf24c77378eba64.png)

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

---

<div class="post-metadata">

### Author: ![Max](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/max/32/710_2.png) [@Max](https://community.elfsight.com/u/Max)
#### Post date: [August 19, 2025, 3:07pm UTC](https://community.elfsight.com/t/separate-font-setting-for-all-text-elements-in-the-widget/138157/2 "2025-08-19T15:07:46Z")

</div>

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**

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

```

**Button text**

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

```

**Review Text**

```auto
.es-review-content {
  font-family: Calibri;
}

```

---

<div class="post-metadata">

### Author: ![Max](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/max/32/710_2.png) [@Max](https://community.elfsight.com/u/Max)
#### Post date: [August 20, 2025, 12:08pm UTC](https://community.elfsight.com/t/separate-font-setting-for-all-text-elements-in-the-widget/138157/3 "2025-08-20T12:08:41Z")

</div>

A post was split to a new topic: [Question about views](https://community.elfsight.com/t/question-about-views/138691)
