Skip to main content
Contributor ⭐️⭐️
June 4, 2019
Solved

Engagements: How to override text box copy?

  • June 4, 2019
  • 4 replies
  • 172 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
    Gainsight Employee ⭐️⭐️
    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.



    Harshi (pronounced like the Hershey's chocolate); PLG and Digital CS Evangelist
    ryankapurAuthor
    Contributor ⭐️⭐️
    June 4, 2019
    thanks!

    ryankapurAuthor
    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
    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.

    Harshi (pronounced like the Hershey's chocolate); PLG and Digital CS Evangelist