Only show first name

Add option to display only the person’s first name in the All in One Review widget.

Folks, our former Wishlist portal, where our users shared their requests and suggestions, was transferred to this forum. You’re most welcome to vote, add new ideas, and leave your comments here — we surely will consider them all! :star_struck:

Original Votes: 1

As a workaround, you can use this CSS code to show only the first name:

.global-styles, [class*='ReviewAuthorName__Container-'] {
  word-spacing: 2000px;
  text-overflow: unset;
}

.global-styles, [class*='ReviewLinkContainer__Container-']:hover [class*='ReviewAuthorName__Container-'] {
  color: rgb(110,110,110);
  text-decoration: none!important;
}

We’ve added an option to show only the first name :tada:

Find more details in this post - Reviews: Adjust display of Reviewer Name to your liking