Skip to main content
Solved

Engagements: How to override text box copy?

  • June 4, 2019
  • 4 replies
  • 141 views



I would love to change the text that states "Share your thoughts about your choice..." on various different engagements.

Anyone have suggestions on how to do this perhaps with editing CSS? I've attached the default CSS for a rating engagement...thanks!

/* Survey Title */

.px-survey-title {

font-size: 18px;

}

/* High score */

.px-survey-high-score {

text-align:right;

font-size: 12px;

color: #0db14c;

}

/* Low score */

.px-survey-low-score {

text-align:left;

font-size: 12px;

color: #ff7f00;

}

/* Feedback Comment */

.px-survey-feedback-comment {

font-size: 18px;

color: #0db14c;

}

/* Thank you Title */

.px-survey-thank-you-title {

color: #00c853;

font-size: 24px;

}

/* Close button */

.px-close-button {

background-image: url(https://storage.googleapis.com/aptrinsic-cloud-public-assets/app/engagement-thumbnails/dialog-close-bright-1.svg);

background-repeat:no-repeat;

background-position: center center;

position: absolute;

top: 5px;

right: 5px;

width: 20px;

height: 20px;

}

Best answer by harshibanka

Hi @ryankapur ,

Thanks for continuing to engage with us on Community, we appreciate it!

To answer your question, you may change the placehoder text here (as shown in the screenshot), it is available for all surveys in the editor under the T tab.

Please let me know if this answers your question.



4 replies

harshibanka
Forum|alt.badge.img+2
  • Gainsight Employee ⭐️⭐️
  • Answer
  • June 4, 2019
Hi @ryankapur ,

Thanks for continuing to engage with us on Community, we appreciate it!

To answer your question, you may change the placehoder text here (as shown in the screenshot), it is available for all surveys in the editor under the T tab.

Please let me know if this answers your question.




  • Author
  • Contributor ⭐️⭐️
  • June 4, 2019
thanks!


  • Author
  • Contributor ⭐️⭐️
  • June 5, 2019
This was something that I recall not having been there several months ago in the NPS section, but perhaps I just missed it !

:)


harshibanka
Forum|alt.badge.img+2
  • Gainsight Employee ⭐️⭐️
  • June 5, 2019
@ryankapur you are quite right. It is a relatively new feature launched last month.

Also, you change the placeholder color and font using css styling.