Modify "Show More" text in the Facet ToggleLabel (yxt-FilterOptions-showToggleLabel)

Hi Team,

This is a very minor question - my client wants to make the “Show More” label read “Show More +” (with a plus sign). I imagine that it’s bad practice (or impossible?) to modify text defined in HTML at the CSS level.

Are there any tricks on identifying where in the Answers SDK making such a change would occur?

Best,
Luc

Hey Luc -

I am not totally sure of all the tricks/rules to identify how to modify different texts/labels. However, I have done this before by adding the following to the facets section within the verticals config file:

Facets": {
      "showMoreLabel": "See All"
}

This was the result:
image

1 Like