Does anyone know how to change the link button in the community?
Can this be done via control or is this custom .css?
Thanks!
Anthony
Does anyone know how to change the link button in the community?
Can this be done via control or is this custom .css?
Thanks!
Anthony
I figured out this code to change the text -
.qa-like-link.is-active .post__action-link__text {
color: #692E53;
}
I code not figure out the code to change the like icon though.
Hi I do believe you’re looking for the element: .icon--thumb-up. Do you have access to a front-end developer? Otherwise, perhaps someone else here will chime in.
Thanks for the assist.
Here is what I came up with!
On the main home page
.thread-meta-item--likes--liked .qa-topic-meta-likes-content {
color: #F3AB39 !important;
}
.thread-meta-item--likes--liked .icon--thumb-up {
color: #F3AB39 !important; /* Your custom color */
}
Not on the main page within articles, questions, etc.
.qa-like-link.is-active .post__action-link__text {
color: #F3AB39;
}
.qa-like-link.icon--thumb-up.is-active::before {
color: #F3AB39 !important;
}
Use at your own caution :)
Awesome stuff
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.