So the “success color” seems to be the actual little box that says “answer.” What is changing the background color of the actual answer? None of my colors are this blue …
So the “success color” seems to be the actual little box that says “answer.” What is changing the background color of the actual answer? None of my colors are this blue …
Took a look at your community, it looks like it’s coming from a CSS variable called .post--bestanswer{}
I have no idea where to set that either on the front-end. What you can probably do is add custom CSS to update those values for now:
.post--bestanswer {
border: 1px solid ***ADD COLOR HERE***;
background: ***ADD COLOR HERE***;
}
Ahh, that makes sense. Thank you!
Apparently this is a bug that is currently being fixed. The expected behaviour is that the success color is being used for the best answer (the comment itself as well as the pinned solution under the question). But right now some other color is being used instead.
In the meantime you can use Custom CSS to override the wrong color, like
.post--bestanswer, .answer-field{
background: #00d89e;
}
Thanks for jumping in Bjorn, you are right!
If you ever had a profile with us, there's no need to create another one.
Don't worry if your email address has since changed, or you can't remember your login, just let us know at community@gainsight.com and we'll help you get started from where you left.
Else, please continue with the registration below.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.