StephenB
9 years agoExecutive
CSS for changing Kudo button once actioned (clicked)
Hi, I'm looking to change the colour of our Like (Kudo) button once it has been clicked as a form of visual confirmation. Does anyone know what css should be added to our _style.scss skin for...
- 9 years ago
Finally figured it out. You can simply add the following css to the skin:
#lia-body .lia-content .lia-button-image-kudos.lia-button-image-kudos-horizontal.lia-button-image-kudos-enabled.lia-button.lia-button-image-kudos-kudoed {
background-color: #desired hex color;
color: #desired hex color;
}